Files
zy-client-a/a10_nl_post_gls/env.d.ts
telangpu 04f5825fc5 update
2026-05-10 23:02:06 +08:00

5 lines
91 B
TypeScript

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