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

11 行
189 B
TypeScript

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