Files
wukuang/apps/lcdp/env.d.ts
T

8 lines
194 B
TypeScript
Raw Normal View History

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