feat: Implement PWA install prompt with platform-specific handling and dismissal persistence.
All checks were successful
Build and Deploy / build (push) Successful in 1m25s

This commit is contained in:
2025-12-18 00:55:45 +01:00
parent 60db2a91df
commit c8d2871126
12 changed files with 3734 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ export default defineConfig({
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['icon.svg'],
devOptions: {
enabled: true
},
manifest: {
name: 'MTG Draft Maker',
short_name: 'MTG Draft',