[Cleanup] Remove deploy script (#2806)

This commit is contained in:
Chenlei Hu
2025-03-02 15:36:54 -05:00
committed by GitHub
parent 9431c955a6
commit e6a583e11b
4 changed files with 0 additions and 28 deletions

View File

@@ -661,8 +661,3 @@ This will make the new language selectable in the application's settings.
Start the development server, switch to the new language, and verify the translations.
You can switch languages by opening the ComfyUI Settings and selecting from the `ComfyUI > Locale` dropdown box.
## Deploy
- 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.