This commit is contained in:
Joan
2025-11-27 16:27:01 +01:00
parent 33cc9586c2
commit 81f8912059
304 changed files with 56149 additions and 10122 deletions

View File

@@ -5,6 +5,8 @@ interface ImportMetaEnv {
readonly PROD: boolean
readonly DEV: boolean
readonly MODE: string
readonly VITE_API_URL?: string
readonly VITE_WS_URL?: string
}
interface ImportMeta {