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

@@ -5,7 +5,7 @@ import ComfyApp from '$lib/components/ComfyApp';
import init from '$lib/init';
import App from './App.svelte';
await init();
init();
const comfyApp = new ComfyApp();
(window as any).app = comfyApp;