fix(build): Containerfile builds again — relative module imports, all four pages and shared assets in the image

This commit is contained in:
2026-08-24 22:54:30 -04:00
parent 0adc9b5801
commit d7a4064616
16 changed files with 616 additions and 222 deletions
+3 -2
View File
@@ -63,8 +63,9 @@
<!-- Phase 19: shared header module — the login page reuses it for the
Sources-link toggle only (no chat controls in this markup, so
none appear). -->
<script type="module" src="/assets/header.js"></script>
none appear). It loads through the page script's own
`import "./header.js"` (hoisted, evaluated before the page script
body calls initSharedHeader() at boot). -->
<script type="module" src="/assets/login.js"></script>
</body>
</html>