Control minify with env var (#445)

This commit is contained in:
Chenlei Hu
2024-08-15 14:41:36 -04:00
committed by GitHub
parent 73b0ecc8cb
commit 429e44f74d
2 changed files with 8 additions and 4 deletions

View File

@@ -13,4 +13,7 @@ DEV_SERVER_COMFYUI_URL=http://127.0.0.1:8188
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
EXAMPLE_REPO_PATH=tests-ui/ComfyUI_examples
# Whether to enable minification of the frontend code.
ENABLE_MINIFY=true