feat: watch for changes in "svrjs.yaml" file in Nodemon
This commit is contained in:
parent
27f9eac26f
commit
f573da97d3
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