Allow remote dev to be switched on/off (#1558)

* Allow remote dev to be switched on/off

* nit - Docs
This commit is contained in:
filtered
2024-11-16 11:26:41 +11:00
committed by GitHub
parent 2b96d831fc
commit 6aad7ee8b6
3 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ PLAYWRIGHT_TEST_URL=http://localhost:5173
# Note: localhost:8188 does not work.
DEV_SERVER_COMFYUI_URL=http://127.0.0.1:8188
# Allow dev server access from remote IP addresses.
# If true, the vite dev server will listen on all addresses, including LAN
# and public addresses.
VITE_REMOTE_DEV=false
# 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`