mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
Fix ComfyUI class setup procedure (#846)
This commit is contained in:
@@ -38,6 +38,7 @@ export async function start(config: StartConfig = {}): Promise<StartResult> {
|
||||
|
||||
Object.assign(localStorage, config.localStorage ?? {})
|
||||
document.body.innerHTML = html.toString()
|
||||
window['IS_TEST'] = true
|
||||
|
||||
mockApi(config)
|
||||
mockSettingStore()
|
||||
|
||||
Reference in New Issue
Block a user