~cytrogen/masto-fe

ref: ce8b5899ae8bccd467b30e3a95e7ccc2eff8bc3f masto-fe/Procfile.dev -rw-r--r-- 234 bytes
ce8b5899 — Daniel M Brasil Fix POST `/api/v1/admin/domain_allows` returning 200 when no domain is specified (#24958) 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