chore: nodemon restart on dotenv changes

This commit is contained in:
Tony 2022-08-15 16:55:40 +00:00
parent 961f2eb49e
commit 0d91969443
1 changed files with 7 additions and 1 deletions

View File

@ -164,7 +164,13 @@
}
},
"nodemonConfig": {
"ext": "art,js,mjs,json"
"watch": [
".env",
"*.art",
"*.js",
"*.mjs",
"*.json"
]
},
"engines": {
"node": ">=14"