Add PWA to web app (#1175)

* add PWA to web app

* Fix sw.js not registering and lint

* Change sw and manifest to live at root

* Revert "Change sw and manifest to live at root"

This reverts commit 4c27d924672772f2c6b0a0be30524bb478f7b1dd.
This commit is contained in:
Luis Canada 2025-10-11 10:12:25 -04:00 committed by GitHub
parent 6733047942
commit d3a986e93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1831 additions and 43 deletions

View file

@ -167,7 +167,8 @@
"vite": "^6.3.6",
"vite-plugin-conditional-import": "^0.1.7",
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-ejs": "^1.7.0"
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-pwa": "^1.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [