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