Updated dev filr structure

This commit is contained in:
2023-12-30 16:57:46 +01:00
parent 474a537797
commit 00ea25e389
3 changed files with 12 additions and 12 deletions

14
nodemon-js.json Normal file
View 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"
}