Updated dev filr structure
This commit is contained in:
10
nodemon.json
10
nodemon.json
@@ -3,12 +3,12 @@
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules/**/node_modules",
|
||||
"dist/config",
|
||||
"src"
|
||||
"dist/config"
|
||||
],
|
||||
"verbose": true,
|
||||
"env": {
|
||||
"NODE_ENV": "dev"
|
||||
"NODE_ENV": "dev",
|
||||
"TYPESCRIPT": "true"
|
||||
},
|
||||
"ext": "js, json"
|
||||
}
|
||||
"ext": "ts, json"
|
||||
}
|
||||
Reference in New Issue
Block a user