feat: Add nodemon for automatic restarting of server
This commit is contained in:
10
nodemon.json
Normal file
10
nodemon.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"restartable": "rs",
|
||||
"ignore": [".git", "node_modules/**/node_modules"],
|
||||
"verbose": true,
|
||||
"execMap": {
|
||||
"js": "node --harmony"
|
||||
},
|
||||
"watch": ["./config", "./api"],
|
||||
"ext": "js"
|
||||
}
|
||||
Reference in New Issue
Block a user