fao/web/src/vite-env.d.ts
2026-04-23 19:24:46 +08:00

10 lines
158 B
TypeScript

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