mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 01:07:27 +00:00
config: add extraArgs to browser zod schema
This commit is contained in:
committed by
Peter Steinberger
parent
be8930d6f9
commit
925117d277
@@ -281,6 +281,7 @@ export const OpenClawSchema = z
|
||||
}),
|
||||
)
|
||||
.optional(),
|
||||
extraArgs: z.array(z.string()).optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
|
||||
Reference in New Issue
Block a user