/// /// interface ImportMetaEnv { readonly VITE_BUILD_NO: string; } interface ImportMeta { readonly env: ImportMetaEnv; }