~cytrogen/masto-fe

ref: 9a70cac9debf31e9cc379b6a67d793346c978a76 masto-fe/Procfile.dev -rw-r--r-- 210 bytes
9a70cac9 — CSDUMMI Fix #26849 by adding the domain of the current SSO provider to the form-action CSP (#26857) 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