hybrid: fix timing for automatic schema syncs to work with plugins

This commit is contained in:
dswbx
2025-11-10 10:34:50 +01:00
parent 300d86ff7c
commit 70b25a9f9b
3 changed files with 15 additions and 16 deletions

View File

@@ -68,7 +68,7 @@
"noArrayIndexKey": "off",
"noImplicitAnyLet": "warn",
"noConfusingVoidType": "off",
"noConsole": { "level": "warn", "options": { "allow": ["log"] } }
"noConsole": { "level": "warn", "options": { "allow": ["error"] } }
},
"security": {
"noDangerouslySetInnerHtml": "off"