mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 08:09:51 +00:00
chore: generate
This commit is contained in:
parent
31d01d404a
commit
a771859362
1 changed files with 1 additions and 3 deletions
|
|
@ -26,9 +26,7 @@ export const WorkspaceRoutes = lazy(() =>
|
|||
description: "Workspace adaptors",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(
|
||||
z.array(zodObject(WorkspaceAdaptorEntry)),
|
||||
),
|
||||
schema: resolver(z.array(zodObject(WorkspaceAdaptorEntry))),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue