~cytrogen/masto-fe

ref: 74c61b05aec50b3e2eb33b4c8ad65c69f6febb68 masto-fe/Procfile.dev -rw-r--r-- 234 bytes
74c61b05 — Christian Schmidt [Glitch] Fix height of announcements not being updated when using reduced animations 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