Files
favicongrabber.com/nodemon.json
2017-06-30 18:40:00 +07:00

12 lines
128 B
JSON

{
"verbose": true,
"watch": [
"server/",
".env"
],
"execMap": {
"env": "npm start"
},
"ext": "js env"
}