/// interface ImportMetaEnv { readonly VITE_API_URL?: string; readonly VITE_PREDICTION_URL?: string; readonly VITE_USE_MOCK?: string; /** 데모 퀵로그인 영역 표시 여부 (로컬 개발 환경에서만 'true') */ readonly VITE_SHOW_DEMO_LOGIN?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }