website/Procfile

6 lines
297 B
Plaintext
Raw Normal View History

2022-06-09 22:20:40 +01:00
web: ./manage.py runserver
2022-06-10 09:13:00 +01:00
watch-js: npm run build:js -- --watch
watch-css: npm run build:css -- --watch
2022-06-19 11:34:34 +01:00
watch-contrib: ./scripts/copy-npm-contrib.sh; while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done
rqworker: ./manage.py rqworker --with-scheduler