99AI/chat/env.d.ts
2025-05-31 02:28:46 +08:00

10 lines
164 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_API_BASE_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}