]> cat aescling's git repositories - mastodon.git/blob - Procfile.dev
Fix search API not resolving URL when type is given (#11822)
[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.074883 seconds and 4 git commands to generate.