/// interface ImportMeta { readonly env: { NODE_ENV: "development" | "production"; VITE_API_BASE?: string; }; }