refactor(pwa): prompt for pwa update

This commit is contained in:
Corentin Thomasset
2023-03-01 21:46:23 +01:00
parent a771346250
commit 53ce079dff
7 changed files with 80 additions and 6 deletions

View File

@@ -9,6 +9,6 @@
"paths": {
"@/*": ["./src/*"]
},
"types": ["naive-ui/volar"]
"types": ["naive-ui/volar", "vite-plugin-pwa/client"]
}
}