mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
6 lines
239 B
Plaintext
6 lines
239 B
Plaintext
# Foreman Procfile. Start all dev server processes with: `foreman start`
|
|
|
|
rails: DEV_CACHING=true bundle exec rails s -p 3000
|
|
webpack: ./bin/webpack-dev-server
|
|
sidekiq: DEV_CACHING=true bundle exec sidekiq -q mailers -q default
|