mirror of
https://github.com/czhu12/canine.git
synced 2025-12-16 16:35:10 -06:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
web: bin/rails server -p ${PORT:-3000}
|
|
worker: bundle exec good_job start
|
|
js: yarn build --watch
|
|
css: bin/rails tailwindcss:watch
|