test_mindsearch / React /src /vite-env.d.ts
Ruiy's picture
gradio
652c713
raw
history blame contribute delete
157 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SSO_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}