Revert "Revert "Update litegraph (Vite build) (#320)" (#329)" (#332)

This reverts commit 3249bbf4ab.
This commit is contained in:
Chenlei Hu
2024-08-06 21:44:44 -04:00
committed by GitHub
parent 6b1776450b
commit eb1c66c90a
4 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ declare module '@comfyorg/litegraph' {
slot_types_default_in: Record<string, string[]>
}
import type { LiteGraph as LG } from '@comfyorg/litegraph/src/litegraph'
import type { LiteGraph as LG } from '@comfyorg/litegraph/dist/litegraph'
export const LiteGraph: LiteGraphExtended & typeof LG
export * from '@comfyorg/litegraph/src/litegraph'
export * from '@comfyorg/litegraph/dist/litegraph'
}