mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
backend: DISABLE_MINI_PROFILER=true bin/rails s -p 3000
|
|
# https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695
|
|
worker: dotenv bundle exec sidekiq -C config/sidekiq.yml
|
|
vite: bin/vite build --watch
|