/// interface ImportMetaEnv { readonly VITE_API_URL: string readonly VITE_AUTH_API_URL: string readonly VITE_STORAGE_URL: string readonly VITE_NODE_ENV: string readonly VITE_DEBUG: string } interface ImportMeta { readonly env: ImportMetaEnv }