Fix dead manifest link and add proper PWA support

index.html linked /kds/manifest.json, which never existed (404).
Replaced with vite-plugin-pwa, matching the pattern used by every
other app, plus icons that were entirely missing before.
This commit is contained in:
jtricerolph 2026-07-29 17:28:50 +00:00
parent 8eb0ab457f
commit 46441c3b35
5 changed files with 27 additions and 3 deletions

View file

@ -20,6 +20,7 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.11",
"vite-plugin-pwa": "^1.3.0"
}
}