refactor: load extensions dynamically according to the configuration file

This commit is contained in:
Rizumu Ayaka
2025-11-13 17:12:07 +08:00
committed by Alexander Brown
parent ddbd26c062
commit bb2c99749a
96 changed files with 240 additions and 114 deletions

View File

@@ -1,6 +1,6 @@
import { beforeEach, describe, expect, it, vi } from 'vitest'
import type { GroupNodeHandler } from '@/extensions/core/groupNode'
import type { GroupNodeHandler } from '@/extensions/core/extensions/groupNode'
import type {
ExecutableLGraphNode,
ExecutionId,