/// interface ImportMetaEnv { /** API 베이스 URL. 기본 "/api" (vite proxy / nginx 가 백엔드로 라우팅). */ readonly VITE_API_BASE?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }