Add PWA manifest support
Icons already existed in public/icons/ but nothing wired them up — no manifest, no service worker, not installable.
This commit is contained in:
parent
4137813fc7
commit
b9fdd97330
2 changed files with 27 additions and 2 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"@types/react-plotly.js": "^2.6.4",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.11"
|
||||
"vite": "^5.2.11",
|
||||
"vite-plugin-pwa": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue