mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
import { app } from "./app.js";
|
|
|
|
(async () => {
|
|
await app.setup();
|
|
window.app = app;
|
|
window.graph = app.graph;
|
|
})();
|