mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 18:14:31 +00:00
feat: add canvasHost liveReload option
This commit is contained in:
@@ -748,6 +748,7 @@ export const ClawdisSchema = z.object({
|
||||
enabled: z.boolean().optional(),
|
||||
root: z.string().optional(),
|
||||
port: z.number().int().positive().optional(),
|
||||
liveReload: z.boolean().optional(),
|
||||
})
|
||||
.optional(),
|
||||
talk: z
|
||||
|
||||
Reference in New Issue
Block a user