mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Fix routing (#929)
* fix router and move graph related parts to GraphView.vue * (fix) add back child element in UnloadWindowConfirmDialog * (cleanup) remove empty callback * (fix) routing issue when base url is not webroot * add back DEV_SERVER_COMFYUI_URL
This commit is contained in:
committed by
Chenlei Hu
parent
5e51ae37cf
commit
9c7ea5bd87
10
.env_example
10
.env_example
@@ -16,4 +16,12 @@ DEPLOY_COMFYUI_DIR=/home/ComfyUI/web
|
||||
EXAMPLE_REPO_PATH=tests-ui/ComfyUI_examples
|
||||
|
||||
# Whether to enable minification of the frontend code.
|
||||
ENABLE_MINIFY=true
|
||||
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