#!/bin/sh
./node_modules/.bin/webpack-dev-server --config config/webpack.config.js --host 0.0.0.0 $WEBPACK_OPTS &
./bin/rails server -b 0.0.0.0 "$@"
