chore: nodemon restart on dotenv changes

This commit is contained in:
Tony 2022-08-16 04:35:21 +08:00 committed by GitHub
parent d2b1df9eca
commit 2aad774250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -166,11 +166,10 @@
"nodemonConfig": {
"watch": [
".env",
"*.art",
"*.js",
"*.mjs",
"*.json"
]
"lib",
"test"
],
"ext": "art,js,mjs,json"
},
"engines": {
"node": ">=14"