website/Procfile

3 lines
105 B
Text

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