mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
* changed to run foreman with vagrant * change port specification method and database setting * delete changes of environment variable related code * hard coated the port
3 lines
132 B
Text
3 lines
132 B
Text
web: PORT=3000 bundle exec puma -C config/puma.rb
|
|
stream: PORT=4000 yarn run start
|
|
webpack: ./bin/webpack-dev-server --host 0.0.0.0
|