interface ImportMetaEnv { readonly VITE_ADMINFORTH_PUBLIC_PATH?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }