mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Move everything under public
This commit is contained in:
@@ -9,14 +9,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="/user.css" />
|
||||
<script type="text/javascript" src="/lib/litegraph.core.js"></script>
|
||||
<script type="text/javascript" src="/lib/litegraph.extensions.js" defer></script>
|
||||
<script type="module">
|
||||
import { app } from "./src/scripts/app.js";
|
||||
(async () => {
|
||||
await app.setup();
|
||||
window.app = app;
|
||||
window.graph = app.graph;
|
||||
})();
|
||||
</script>
|
||||
<script type="module" src="/scripts/index.js"></script>
|
||||
</head>
|
||||
<body class="litegraph">
|
||||
<div id="comfy-user-selection" class="comfy-user-selection" style="display: none;">
|
||||
|
||||
7
public/scripts/index.js
Normal file
7
public/scripts/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { app } from "./app.js";
|
||||
|
||||
(async () => {
|
||||
await app.setup();
|
||||
window.app = app;
|
||||
window.graph = app.graph;
|
||||
})();
|
||||
57663
tests-ui/data/object_info.json
Normal file
57663
tests-ui/data/object_info.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user