We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d22562 commit 0742d09Copy full SHA for 0742d09
src/platform/workflow/validation/schemas/workflowSchema.ts
@@ -271,7 +271,8 @@ const zExtra = z
271
ds: zDS.optional(),
272
frontendVersion: z.string().optional(),
273
linkExtensions: z.array(zComfyLinkExtension).optional(),
274
- reroutes: z.array(zReroute).optional()
+ reroutes: z.array(zReroute).optional(),
275
+ workflowRendererVersion: z.enum(['LG', 'Vue']).optional()
276
})
277
.passthrough()
278
0 commit comments