mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
start server using just node, not nodemon
This commit is contained in:
parent
8c186f3068
commit
7d59e1e039
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
|||
web: ./node_modules/.bin/grunt nodemon;
|
||||
web: node ./website/src/server.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue