+FIX: add option to disable watchers even in dev mode

This commit is contained in:
Simon Martens
2026-01-27 18:39:22 +01:00
parent c578bd2ad5
commit de37145471
3 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{
"debug": true,
"allow_test_login": true
"allow_test_login": true,
"disable_watchers": false
}