LINUS ROUND 1: Delete dead code (rust/c), generic Store[T], tests, slim main.go

- Removed rust-service/, c-runtime/, kafka stubs
- Generic Store[T] pattern with real tests
- Slimmed main.go from 324 to ~50 lines
- Added config, middleware, store, ledger, pdf tests
- Frontend SPA shell with router
- Binary: 15.5MB -> 12MB
This commit is contained in:
Bernt (LandveX AI)
2026-07-14 12:31:55 +00:00
parent 95b581e8c5
commit c2b10347b1
1100 changed files with 1544 additions and 7058 deletions
+10
View File
@@ -0,0 +1,10 @@
// Support module
export async function render(container) {
container.innerHTML = `
<header class="module-header">
<h1>Support</h1>
<p class="subtitle">Ärenden och kundtjänst</p>
</header>
<p>Modulen laddas...</p>
`;
}