refactor(config): migrate skills, formatter, console-state to Effect Schema (#23162)

This commit is contained in:
Kit Langton
2026-04-17 16:49:36 -04:00
committed by GitHub
parent dc16013b4f
commit b1307d5c2a
6 changed files with 46 additions and 36 deletions

View File

@@ -49,7 +49,7 @@ export const ExperimentalRoutes = lazy(() =>
description: "Active Console provider metadata",
content: {
"application/json": {
schema: resolver(ConsoleState),
schema: resolver(ConsoleState.zod),
},
},
},