~cytrogen/masto-fe

ref: 1d9969fadfd465c97d0e6e62c9b97b1b53eac54c masto-fe/Procfile.dev -rw-r--r-- 234 bytes
1d9969fa — Daniel M Brasil Fix `tootctl accounts create --reattach --force` not working with confirmed accounts (#24680) 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