feat: make it PWA

This commit is contained in:
2025-12-10 12:56:58 -03:00
parent 39ce9e4684
commit 6b36bf0e19
9 changed files with 5290 additions and 45 deletions
+3
View File
@@ -1,3 +1,6 @@
/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/client" />
interface ImportMetaEnv {
readonly VITE_APPWRITE_PROJECT_ID: string;
readonly VITE_APPWRITE_ENDPOINT: string;