mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Show workflow templates from custom nodes (#2032)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user