mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-25 10:45:04 +01:00
openapi
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user