2
0

Split streaming server from web server (#24702)

This commit is contained in:
Emelia Smith
2023-11-14 18:43:20 +01:00
committed by GitHub
parent 36d7d1781f
commit 15b2d7eec5
5 changed files with 108 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
stream: env PORT=4000 yarn run start
stream: env PORT=4000 yarn workspace @mastodon/streaming start
webpack: bin/webpack-dev-server