Files
zy-client-a/t_global_post_temp2/env.d.ts
telangpu b8e0814009 update
2026-05-10 22:11:57 +08:00

5 lines
91 B
TypeScript

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