From fc327fe0711fd5ad47748b983f252da9c99ffb93 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 22 Jul 2024 10:16:54 -0400 Subject: [PATCH] Fix typo (#195) --- .env_example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env_example b/.env_example index 8916f9147..92a1dd34a 100644 --- a/.env_example +++ b/.env_example @@ -7,8 +7,8 @@ PLAYWRIGHT_TEST_URL=http://localhost:5173 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_COMFY_UI_DIR}/custom_web_versions/main/dev -# Add `--front-end-root {DEPLOY_COMFY_UI_DIR}/custom_web_versions/main/dev` +# 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