Updated dev filr structure
This commit is contained in:
14
nodemon-js.json
Normal file
14
nodemon-js.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"restartable": "rs",
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules/**/node_modules",
|
||||
"dist/config",
|
||||
"src"
|
||||
],
|
||||
"verbose": true,
|
||||
"env": {
|
||||
"NODE_ENV": "dev"
|
||||
},
|
||||
"ext": "js, json"
|
||||
}
|
||||
Reference in New Issue
Block a user