Add PWA manifest support and icons

App had no manifest, no service worker, and no icons — not
installable as a PWA at all.
This commit is contained in:
jtricerolph 2026-07-29 17:28:47 +00:00
parent 70908807f6
commit 6ed4601f11
4 changed files with 27 additions and 2 deletions

View file

@ -19,6 +19,7 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"vite": "^6.0.5",
"vite-plugin-pwa": "^1.3.0"
}
}