Files
mnote/LightRAG/lightrag_webui/src/vite-env.d.ts
T
2025-11-23 10:55:04 +08:00

12 lines
231 B
TypeScript

/// <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
}