#!/bin/sh
./node_modules/.bin/webpack-dev-server --config config/webpack.config.js --host "::" --disable-host-check $WEBPACK_OPTS &
./bin/rails server -b \[::\] "$@"
