/// interface ImportMetaEnv { readonly VITE_API_BASE: string readonly VITE_WIZARD_PORT: string } interface ImportMeta { readonly env: ImportMetaEnv }