refactor: Adjust project structure

This commit is contained in:
hayden
2024-09-20 11:17:59 +08:00
parent 6f61688bd8
commit d96aff80c2
19 changed files with 3147 additions and 9017 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ComfyUI-Model-Manager</title>
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>