1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00
YuruToot/Procfile.dev

4 lines
132 B
Plaintext
Raw Normal View History

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