mindsearch / frontend /React /src /vite-env.d.ts
solitudeLin's picture
Add application file
c8210cf
raw
history blame contribute delete
157 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SSO_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}