mirror of
https://github.com/we-promise/sure.git
synced 2026-05-21 19:44:55 +00:00
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
web: bundle exec ${DEBUG:+rdbg -O -n -c --} bin/rails server -b 0.0.0.0 -p ${PORT:-3000}
|
|
css: bundle exec bin/rails tailwindcss:watch 2>/dev/null
|
|
worker: bundle exec sidekiq
|