/// /// /// /// interface ImportMetaEnv { readonly VITE_IS_ONLINE: boolean } interface ImportMeta { readonly env: ImportMetaEnv }