Skip to content

Commit fc327fe

Browse files
authored
Fix typo (#195)
1 parent 65740a3 commit fc327fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env_example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PLAYWRIGHT_TEST_URL=http://localhost:5173
77
DEV_SERVER_COMFYUI_URL=http://127.0.0.1:8188
88

99
# The target ComfyUI checkout directory to deploy the frontend code to.
10-
# The dist directory will be copied to {DEPLOY_COMFY_UI_DIR}/custom_web_versions/main/dev
11-
# Add `--front-end-root {DEPLOY_COMFY_UI_DIR}/custom_web_versions/main/dev`
10+
# The dist directory will be copied to {DEPLOY_COMFYUI_DIR}/custom_web_versions/main/dev
11+
# Add `--front-end-root {DEPLOY_COMFYUI_DIR}/custom_web_versions/main/dev`
1212
# to ComfyUI launch script to serve the custom web version.
1313
DEPLOY_COMFYUI_DIR=/home/ComfyUI/web
1414

0 commit comments

Comments
 (0)