Skip to content

Instantly share code, notes, and snippets.

@parthaa
Created February 24, 2022 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parthaa/9358cbdac544a95114c03e08c8d93c10 to your computer and use it in GitHub Desktop.
Save parthaa/9358cbdac544a95114c03e08c8d93c10 to your computer and use it in GitHub Desktop.
reset
cd ~/foreman
rm log/*
./node_modules/.bin/webpack-dev-server-without-h2 --config config/webpack.config.js --host 0.0.0.0 --disable-host-check=true $WEBPACK_OPTS --watch-poll 1000 &
DISABLE_SPRING=1 BIND=0.0.0.0 bundle exec rails server -b 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment