This commit is contained in:
space-nuko
2023-05-24 12:00:29 -05:00
parent 18c63c9f2e
commit 38ae728eef
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import init from '$lib/init';
Framework7.use(Framework7Svelte);
await init(true);
init(true);
const comfyApp = new ComfyApp();
(window as any).app = comfyApp;