mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
* 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
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
# Local development playwright target
|
|
PLAYWRIGHT_TEST_URL=http://localhost:5173
|
|
# PLAYWRIGHT_TEST_URL=http://localhost:8188
|
|
|
|
# Proxy target of the local development server
|
|
# Note: localhost:8188 does not work.
|
|
DEV_SERVER_COMFYUI_URL=http://127.0.0.1:8188
|
|
|
|
# The target ComfyUI checkout directory to deploy the frontend code to.
|
|
# The dist directory will be copied to {DEPLOY_COMFYUI_DIR}/custom_web_versions/main/dev
|
|
# Add `--front-end-root {DEPLOY_COMFYUI_DIR}/custom_web_versions/main/dev`
|
|
# to ComfyUI launch script to serve the custom web version.
|
|
DEPLOY_COMFYUI_DIR=/home/ComfyUI/web
|
|
|
|
# The directory containing the ComfyUI_examples repo used to extract test workflows.
|
|
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=
|