Skip to content
Snippets Groups Projects
Commit 7e732f91 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Change nodemon to forever in package.json

parent aed7f882
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,8 +5,7 @@
"description": "Simulador custo aluno-qualidade",
"private": true,
"scripts": {
"start": "nodemon server.js || node server.js",
"configure": "node generateData.js",
"start": "forever start server.js || node server.js",
"test": "mocha"
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment