open-navigator / frontend /src /vite-env.d.ts
jcbowyer's picture
Clean HuggingFace deployment without binary files
61d29fc
raw
history blame contribute delete
184 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_TITLE: string
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}