feat: watch for changes in "svrjs.yaml" file in Nodemon
This commit is contained in:
parent
36e4eae423
commit
dba6066fec
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"watch": [
|
||||
"svrjs/mods/mod.js",
|
||||
"svrjs/config.json"
|
||||
"svrjs/config.json",
|
||||
"svrjs/svrjs.yaml"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue