mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
``` Heads up! 🔥 👉 StimulusReflex requires caching to be enabled. Caching allows the session to be modified during ActionCable requests. To enable caching in development, run: rails dev:cache ``` Documentation: https://docs.stimulusreflex.com/hello-world/setup.html#manual-configuration
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
|