use honcho to manage multiple dev processes

This commit is contained in:
dandds
2018-10-11 17:31:37 -04:00
parent f7d8783349
commit ae909117f4
4 changed files with 14 additions and 5 deletions

3
Procfile Normal file
View File

@@ -0,0 +1,3 @@
assets: yarn watch
web: PORT=8000 python app.py
queue: flask rq worker