This commit is contained in:
Dax Raad
2025-05-19 15:43:14 -04:00
parent 99af6146d5
commit 652429377b
18 changed files with 188 additions and 498 deletions

View File

@@ -5,7 +5,7 @@ import { Log } from "../util/log";
import { App } from "../app";
import { AppPath } from "../app/path";
import { Bus } from "../bus";
import z from "zod";
import z from "zod/v4";
export namespace Storage {
const log = Log.create({ service: "storage" });