Files
canine/Procfile.dev
2024-11-13 16:40:32 -08:00

5 lines
123 B
Plaintext

web: bin/rails server -p ${PORT:-3000}
worker: bundle exec sidekiq
js: yarn build --watch
css: bin/rails tailwindcss:watch