fix(ui): serve SPA bundle from root, add cache-busting query, expose files API and include default CSS manager styles

This commit is contained in:
2026-01-10 13:51:41 +00:00
parent febf480b60
commit f02460e532
12 changed files with 89 additions and 42 deletions

View File

@@ -14,7 +14,7 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="./bundle.js"></script>
<script type="module" src="/bundle.js"></script>
<script>
window.addEventListener('DOMContentLoaded', () => {
const appContainer = document.getElementById('app');