WIP Template filters

This commit is contained in:
Johnpaul
2025-08-07 00:46:12 +01:00
parent 6316dde209
commit 7840b1c05c
13 changed files with 840 additions and 223 deletions

View File

@@ -49,7 +49,7 @@ export default defineConfig({
},
'/workflow_templates': {
target: DEV_SERVER_COMFYUI_URL
target: 'http://localhost:1238'
},
// Proxy extension assets (images/videos) under /extensions to the ComfyUI backend
@@ -67,7 +67,7 @@ export default defineConfig({
...(!DISABLE_TEMPLATES_PROXY
? {
'/templates': {
target: DEV_SERVER_COMFYUI_URL
target: 'http://localhost:1238'
}
}
: {}),