]> cat aescling's git repositories - mastodon.git/blob - Procfile.dev
Bump webmock from 3.12.0 to 3.12.1 (#15851)
[mastodon.git] / Procfile.dev
1 web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
2 sidekiq: env PORT=3000 RAILS_ENV=development 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.092733 seconds and 4 git commands to generate.