Support for nodemon

This commit is contained in:
Anton Gunov
2017-06-30 18:40:00 +07:00
parent 46ddddbc63
commit ec41db668a

11
nodemon.json Normal file
View File

@@ -0,0 +1,11 @@
{
"verbose": true,
"watch": [
"server/",
".env"
],
"execMap": {
"env": "npm start"
},
"ext": "js env"
}