Fix ComfyUI class setup procedure (#846)

This commit is contained in:
Chenlei Hu
2024-09-16 17:14:11 +09:00
committed by GitHub
parent 091b8a74fb
commit 45a866f194
3 changed files with 8 additions and 3 deletions

View File

@@ -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()