lightrag / lightrag_webui /src /vite-env.d.ts
yangdx
Refactor code and update environment type definitions.
15aa24f
raw
history blame contribute delete
231 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_PROXY: string
readonly VITE_API_ENDPOINTS: string
readonly VITE_BACKEND_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}