Files

6 lines
117 B
TypeScript
Raw Permalink Normal View History

2026-05-23 14:05:22 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
VITE_API_BASE: string
// ...其他环境变量
}