Files
zy-client-a/t_post_temp2/env.d.ts
telangpu c73ff3b77a update
2026-04-29 12:37:13 +08:00

5 lines
91 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
VITE_BASE_URL: string;
}