config: add extraArgs to browser zod schema

This commit is contained in:
leotwang
2026-03-01 00:00:49 +08:00
committed by Peter Steinberger
parent be8930d6f9
commit 925117d277

View File

@@ -281,6 +281,7 @@ export const OpenClawSchema = z
}),
)
.optional(),
extraArgs: z.array(z.string()).optional(),
})
.strict()
.optional(),