/// interface ImportMetaEnv { readonly VITE_BASE_URL: string; readonly VITE_PARAM: string; } interface ImportMeta { readonly env: ImportMetaEnv; }