diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-21 18:08:04 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-21 18:08:04 +0000 |
| commit | 1e1a500603de7891f2f71dcd79b56678288fce20 (patch) | |
| tree | 93fcd5c51733f831bbfb520b659833a0ab253b07 | |
| parent | ecc06a3d8f7783d3759061c3404341b0cdc537ec (diff) | |
| download | opencode-1e1a500603de7891f2f71dcd79b56678288fce20.tar.gz opencode-1e1a500603de7891f2f71dcd79b56678288fce20.zip | |
chore: generate
| -rw-r--r-- | packages/opencode/src/config/config.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/opencode/src/config/config.ts b/packages/opencode/src/config/config.ts index b4f4ace67..4af079127 100644 --- a/packages/opencode/src/config/config.ts +++ b/packages/opencode/src/config/config.ts @@ -247,9 +247,9 @@ export const Info = Schema.Struct({ .annotate({ identifier: "Config" }) .pipe( withStatics((s) => ({ - zod: (zod(s) as unknown as z.ZodObject<any>) - .strict() - .meta({ ref: "Config" }) as unknown as z.ZodType<DeepMutable<Schema.Schema.Type<typeof s>>>, + zod: (zod(s) as unknown as z.ZodObject<any>).strict().meta({ ref: "Config" }) as unknown as z.ZodType< + DeepMutable<Schema.Schema.Type<typeof s>> + >, })), ) |
