Files
zy-client-a/a12_au_post_aupost/env.d.ts
telangpu 4ef6bfcdba update
2026-05-10 23:25:27 +08:00

5 lines
91 B
TypeScript

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