Add PWA manifest support and icons

App had no manifest, no service worker, and no icons — not
installable as a PWA at all despite having PWA meta tags in index.html.
This commit is contained in:
jtricerolph 2026-07-29 17:28:39 +00:00
parent 0929285651
commit 7f5891d029
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"
}
}