iachat/Procfile.dev

5 lines
170 B
Plaintext

backend: bin/rails s -p 3000
# https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695
worker: bundle exec sidekiq -C config/sidekiq.yml
vite: bin/vite dev