6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
/// <reference types="vite/client" />
|
|
interface ImportMetaEnv {
|
|
VITE_API_BASE: string
|
|
// ...其他环境变量
|
|
}
|