XuqmGroup-Web/ops-platform/env.d.ts

10 行
161 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
}