feat: add schema marking and validation skip mechanism

This commit is contained in:
dswbx
2025-09-23 13:43:37 +02:00
parent 5e62e681e7
commit 54eee8cd34
3 changed files with 52 additions and 7 deletions

View File

@@ -380,8 +380,8 @@ export class DbModuleManager extends ModuleManager {
}
}
if (this.options?.trustFetched === true) {
this.logger.log("trusting fetched config (mark)");
if (this.options?.skipValidation === true) {
this.logger.log("skipping validation (mark)");
mark(result.configs.json);
}