mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
4 lines
142 B
Plaintext
4 lines
142 B
Plaintext
backend: RAILS_ENV=test bin/rails s -p 5050
|
|
frontend: bin/webpack-dev-server
|
|
worker: RAILS_ENV=test bundle exec sidekiq -C config/sidekiq.yml
|