Files
mnote/LightRAG/lightrag_webui/src/vite-env.d.ts
T

12 lines
231 B
TypeScript
Raw Normal View History

2025-11-23 10:55:04 +08:00
/// <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
}