chat / client /src /vite-env.d.ts
Zhitomir's picture
chat init
aa2e6af
Raw
History Blame Contribute Delete
197 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_ENABLE_LOGGER: string;
// Add other env variables here
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}