Add nodemon for development stage
This commit is contained in:
parent
08149286b7
commit
9e02c5f52e
1 changed files with 10 additions and 0 deletions
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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue