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:
parent
0929285651
commit
7f5891d029
4 changed files with 27 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue