refactor: split config module

This commit is contained in:
Peter Steinberger
2026-01-04 07:05:04 +01:00
parent 5e36e2c3f3
commit c9504a6f20
16 changed files with 2236 additions and 2082 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { VERSION } from "../version.js";
import { ClawdisSchema } from "./config.js";
import { ClawdisSchema } from "./zod-schema.js";
export type ConfigUiHint = {
label?: string;