Use devDependencies for forever

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-11-05 19:34:32 +01:00
parent 3d369b77c0
commit ee5f0b655c
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1 @@
forever start -o out.log -e err.log server.js 80
./node_modules/.bin/forever start -o out.log -e err.log server.js 80