~cytrogen/masto-fe

ref: 2a3a110f00aacc09d8b8461bf90fda8b61d45fa1 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
2a3a110f — Claire Fix wrong classes `audio` and `video` instead of `audio-player` and `video-player` in CSS (#24711) 3 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