mirror of
https://github.com/czhu12/canine.git
synced 2026-02-13 23:39:34 -06:00
5 lines
123 B
Plaintext
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
|