mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
4 lines
198 B
Plaintext
4 lines
198 B
Plaintext
backend: RAILS_ENV=test bin/rails s -p 5050
|
|
frontend: export NODE_OPTIONS=--openssl-legacy-provider && bin/webpack-dev-server
|
|
worker: RAILS_ENV=test dotenv bundle exec sidekiq -C config/sidekiq.yml
|