Updating env management

This commit is contained in:
2023-09-11 19:18:28 +02:00
parent b5a767eb53
commit 2c3f17a2de
4 changed files with 25 additions and 4 deletions

12
nodemon.json Normal file
View File

@@ -0,0 +1,12 @@
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules"
],
"verbose": true,
"env": {
"NODE_ENV": "dev"
},
"ext": "js,json"
}