mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 20:50:06 +00:00
Fix routing (#939)
* reinstate working routing code and remove broken code * forward object_info * remove object_info bit
This commit is contained in:
committed by
Chenlei Hu
parent
35579e644e
commit
7b344d5629
@@ -17,11 +17,3 @@ EXAMPLE_REPO_PATH=tests-ui/ComfyUI_examples
|
||||
|
||||
# Whether to enable minification of the frontend code.
|
||||
ENABLE_MINIFY=true
|
||||
|
||||
# ------ ViteJS related env variables ------
|
||||
# Note: the VITE_ prefix is required
|
||||
|
||||
# Frontend base URL
|
||||
# Note: default / is for http://localhost:5173/
|
||||
# Example: /foobar/ will be served as http://localhost:5173/foobar/
|
||||
VITE_BASE_URL=
|
||||
|
||||
Reference in New Issue
Block a user