Prosento_RepEx / frontend /src /vite-env.d.ts
ChristopherJKoen's picture
Initial React Transcription
1643ce8
raw
history blame contribute delete
159 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}