mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
* add sidekiq web view if the user is an administrator * add sidekiq setup configuration and support * update devise to use delivery_later method and update test * update conversation to use deliver_later instead of deliver * Update Routes * Add Procfile for Heroku One-Click Start * updating docs * update concurrency and Procfile for supporting Heroku Free Dyno * update Procfile.dev
3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
backend: bin/rails s -p 3000
|
|
frontend: bin/webpack-dev-server
|
|
worker: bundle exec sidekiq |