mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-13 13:54:33 +00:00
4 lines
190 B
Text
4 lines
190 B
Text
web: env PORT=3000 bundle exec puma -C config/puma.rb
|
|
sidekiq: env PORT=3000 bundle exec sidekiq
|
|
stream: env PORT=4000 yarn run start
|
|
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
|