~cytrogen/masto-fe

ref: e9a79d46cd2d287b2c984d308ac7a6989efe3d53 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
e9a79d46 — Claire Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628) 2 years ago
                                                                                
1
2
3
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
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0