💓 schemaOutput.ts

This commit is contained in:
nirholas
2026-03-31 10:24:28 +00:00
parent bf13ae108e
commit afe99d8c1b

View File

@@ -6,3 +6,4 @@ export function generateSettingsJSONSchema(): string {
const jsonSchema = toJSONSchema(SettingsSchema(), { unrepresentable: 'any' })
return jsonStringify(jsonSchema, null, 2)
}