chore: nodemon restart on dotenv changes
This commit is contained in:
parent
961f2eb49e
commit
0d91969443
|
|
@ -164,7 +164,13 @@
|
|||
}
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ext": "art,js,mjs,json"
|
||||
"watch": [
|
||||
".env",
|
||||
"*.art",
|
||||
"*.js",
|
||||
"*.mjs",
|
||||
"*.json"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
|
|
|
|||
Loading…
Reference in New Issue