[skip ci] Update litegraph dev guide (#770)

This commit is contained in:
Chenlei Hu
2024-09-09 17:51:44 +09:00
committed by GitHub
parent a41de30dc5
commit 8b77dde55a

View File

@@ -231,7 +231,15 @@ core extensions will be loaded.
### LiteGraph
This repo is using litegraph package hosted on https://github.com/Comfy-Org/litegraph.js. Any changes to litegraph should be submitted in that repo instead.
This repo is using litegraph package hosted on <https://github.com/Comfy-Org/litegraph.js>. Any changes to litegraph should be submitted in that repo instead.
### Test litegraph changes
- Run `npm link` in the local litegraph repo.
- Run `npm uninstall @comfyorg/litegraph` in this repo.
- Run `npm link @comfyorg/litegraph` in this repo.
This will replace the litegraph package in this repo with the local litegraph repo.
## Deploy