]> cat aescling's git repositories - mastodon.git/blob - Procfile.dev
Bump tty-prompt from 0.18.0 to 0.18.1 (#9683)
[mastodon.git] / Procfile.dev
1 web: env PORT=3000 bundle exec puma -C config/puma.rb
2 sidekiq: env PORT=3000 bundle exec sidekiq
3 stream: env PORT=4000 yarn run start
4 webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
This page took 0.06736 seconds and 4 git commands to generate.