Files
chatwoot/Procfile.test
T
2024-01-25 12:43:39 -08:00

4 lines
135 B
Plaintext

backend: RAILS_ENV=test bin/rails s -p 5050
frontend: bin/vite
worker: RAILS_ENV=test dotenv bundle exec sidekiq -C config/sidekiq.yml