Skip to content

Commit 0742d09

Browse files
committed
feat: add workflowRendererVersion workflow schema
1 parent 6d22562 commit 0742d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/workflow/validation/schemas/workflowSchema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ const zExtra = z
271271
ds: zDS.optional(),
272272
frontendVersion: z.string().optional(),
273273
linkExtensions: z.array(zComfyLinkExtension).optional(),
274-
reroutes: z.array(zReroute).optional()
274+
reroutes: z.array(zReroute).optional(),
275+
workflowRendererVersion: z.enum(['LG', 'Vue']).optional()
275276
})
276277
.passthrough()
277278

0 commit comments

Comments
 (0)