mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-21 19:28:06 +01:00
4 lines
236 B
Text
4 lines
236 B
Text
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 workspace @mastodon/streaming start
|
|
webpack: bin/webpack-dev-server
|