From 7c88d41a0212b7c8c9f242aef2a69728eb8507b3 Mon Sep 17 00:00:00 2001 From: Yiqun Xu <71995731+yiqun12@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:30:55 -0700 Subject: [PATCH] test: remove test --- vite.config.mts | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite.config.mts b/vite.config.mts index d10bc83ec..eda339517 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -31,9 +31,6 @@ export default defineConfig({ server: { host: VITE_REMOTE_DEV ? '0.0.0.0' : undefined, proxy: { - '/templates_version': { - target: DEV_SERVER_COMFYUI_URL - }, '/internal': { target: DEV_SERVER_COMFYUI_URL },