/// interface ImportMetaEnv { readonly VITE_APP_TITLE: string readonly VITE_APK_KEY: string } interface ImportMeta { readonly env: ImportMetaEnv }