website/Procfile

4 lines
105 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