mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
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:
parent
6733047942
commit
d3a986e93c
3 changed files with 1831 additions and 43 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue