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