Aq/aq-flex-web/env.d.ts

13 lines
186 B
TypeScript

/// <reference types="vite/client" />
/**
* ImportMetaEnv
*/
interface ImportMetaEnv {
/**
* 接口地址
*/
readonly VITE_API_BASE_URL: string
// 更多环境变量...
}