Add nodemon for development stage
This commit is contained in:
10
nodemon.json
Normal file
10
nodemon.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"watch": [
|
||||
"main.js"
|
||||
],
|
||||
"ext": "js,json",
|
||||
"ignore": [
|
||||
"node_modules"
|
||||
],
|
||||
"exec": "node src/main.js"
|
||||
}
|
||||
Reference in New Issue
Block a user