Pathora / frontend /src /env.d.ts
malavikapradeep2001's picture
Update
6df1c09
raw
history blame
185 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly MODE: string
// Add other env variables as needed
}
interface ImportMeta {
readonly env: ImportMetaEnv
}