mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +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;
|
|
})();
|