website/Procfile

4 lines
105 B
Plaintext

web: ./manage.py runserver
watch-js: npm run build:js -- --watch
watch-css: npm run build:css -- --watch