skillsync-cli / frontend /src /vite-env.d.ts
Mr-Haseeb786
Clean deployment build
88da18c
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;
}