Add deploy script (#96)

This commit is contained in:
Chenlei Hu
2024-07-06 12:03:54 -04:00
committed by GitHub
parent d1934f27c8
commit 2ae2e827d8
5 changed files with 25 additions and 1 deletions

View File

@@ -52,7 +52,8 @@ core extensions will be loaded.
## Deploy
Copy everything under `dist/` to `ComfyUI/web/` in your ComfyUI checkout.
- Option 1: Set `DEPLOY_COMFYUI_DIR` in `.env` and run `npm run deploy`.
- Option 2: Copy everything under `dist/` to `ComfyUI/web/` in your ComfyUI checkout manually.
## Breaking changes