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
+1 -1
View File
@@ -63,7 +63,7 @@
* All DOM ids match frontend/index.html.
*/
import { fetchIsAdmin, initSharedHeader } from "/assets/header.js";
import { fetchIsAdmin, initSharedHeader } from "./header.js";
const messagesEl = document.querySelector("#messages");
const emptyState = document.querySelector("#empty-state");