/// interface ImportMetaEnv { readonly VITE_API_URL: string; // add other env vars here if needed } interface ImportMeta { readonly env: ImportMetaEnv; }