mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-28 10:44:12 +00:00
Add node search service test (#158)
This commit is contained in:
@@ -1734,7 +1734,7 @@ export class ComfyApp {
|
||||
|
||||
// Need to load core extensions first as some custom extensions
|
||||
// may depend on them.
|
||||
await import("../extensions/core/index.js");
|
||||
await import("../extensions/core/index");
|
||||
await Promise.all(
|
||||
extensions
|
||||
.filter((extension) => !extension.includes("extensions/core"))
|
||||
|
||||
Reference in New Issue
Block a user