1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-26 01:22:57 -05:00

5 lines
190 B
Plaintext
Raw Normal View History

2018-03-11 22:50:40 -04:00
web: env PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 bundle exec sidekiq
stream: env PORT=4000 yarn run start
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0