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