Created
July 29, 2019 20:10
-
-
Save sjha4/06f104b80bcdfe565e54aa50e90e1acb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| webpack_dev_server true in config/settings.yaml | |
| BIND=0.0.0.0 ./node_modules/.bin/webpack-dev-server --watch-poll 1000 --disable-host-check --config config/webpack.config.js $WEBPACK_OPTS | |
| bundle exec puma -b 'tcp://0.0.0.0' -p 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment