/// /// interface ImportMetaEnv { readonly VITE_API_URL: string readonly VITE_CDN_URL: string readonly VITE_AI_URL: string readonly VITE_USE_POLLING?: string /** Dev sunucusunda service worker'ı açar (varsayılan kapalı). */ readonly VITE_PWA_DEV?: string } interface ImportMeta { readonly env: ImportMetaEnv }