Add Progressive Web App (PWA) support

Add PWA setup with vite-plugin-pwa, assets generator, and templates
Include CLI flag and interactive prompt option for PWA installation
This commit is contained in:
Aman Varshney
2025-03-22 13:05:45 +05:30
parent 9c53d77965
commit 66a47c7c61
11 changed files with 102 additions and 13 deletions

View File

@@ -28,6 +28,9 @@ export const dependencyVersionMap = {
"@prisma/client": "^5.7.1",
prisma: "^5.7.1",
"vite-plugin-pwa": "^0.21.2",
"@vite-pwa/assets-generator": "^0.2.6",
} as const;
export type AvailableDependencies = keyof typeof dependencyVersionMap;