This commit is contained in:
Dax Raad
2025-05-18 22:30:41 -04:00
parent 69daeba433
commit 17ce46a0c7
80 changed files with 13944 additions and 295 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import path from "node:path";
import { Log } from "../util/log";
import { z } from "zod/v4";
import { z } from "zod";
export namespace Config {
const log = Log.create({ service: "config" });