Show workflow templates from custom nodes (#2032)

This commit is contained in:
Zoltán Dócs
2024-12-30 04:26:03 +01:00
committed by GitHub
parent 92a5a8057f
commit 5218024395
5 changed files with 237 additions and 59 deletions

View File

@@ -119,6 +119,10 @@ export default defineConfig({
ws: true
},
'/workflow_templates': {
target: DEV_SERVER_COMFYUI_URL
},
'/testsubrouteindex': {
target: 'http://localhost:5173',
rewrite: (path) => path.substring('/testsubrouteindex'.length)
@@ -183,4 +187,4 @@ export default defineConfig({
'@comfyorg/comfyui-electron-types'
]
}
}) as UserConfigExport
}) as UserConfigExport