skilly / frontend /src /vite-env.d.ts
Mr-Haseeb786
Sanitized deploy with scraper module completely gutted
4aa90b2
Raw
History Blame Contribute Delete
228 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL: string;
readonly VITE_APP_NAME: string;
readonly VITE_APP_VERSION: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}