feat: watch for changes in "svrjs.yaml" file in Nodemon

This commit is contained in:
Dorian Niemiec 2025-01-18 08:10:09 +01:00
parent 27f9eac26f
commit f573da97d3

View file

@ -1,6 +1,7 @@
{ {
"watch": [ "watch": [
"svrjs/mods/mod.js", "svrjs/mods/mod.js",
"svrjs/config.json" "svrjs/config.json",
"svrjs/svrjs.yaml"
] ]
} }