Files
chatwoot/Procfile.tunnel
2025-06-03 03:33:45 -05:00

4 lines
157 B
Plaintext

backend: DISABLE_MINI_PROFILER=true bin/rails s -p 3000
worker: dotenv bundle exec sidekiq -C config/sidekiq.yml
vite: BUILD_MODE=dev bin/vite build --watch