XuqmGroup-Web/tenant-platform/src/env.d.ts

10 行
160 B
TypeScript

2026-04-21 22:07:29 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}