mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Resolve build errors
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
<script type="text/javascript" src="./lib/litegraph.extensions.js" defer></script>
|
||||
<script type="module">
|
||||
import { app } from "./src/scripts/app.js";
|
||||
await app.setup();
|
||||
window.app = app;
|
||||
window.graph = app.graph;
|
||||
(async () => {
|
||||
await app.setup();
|
||||
window.app = app;
|
||||
window.graph = app.graph;
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body class="litegraph">
|
||||
|
||||
Reference in New Issue
Block a user