Implement PWA.

This commit is contained in:
2026-05-13 18:22:25 +00:00
parent 14bae04d1e
commit c831537cef
9 changed files with 78 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'