Files
tom@tom.com 84cb2597a4 first commit
2026-04-19 17:51:16 +08:00

5 lines
95 B
TypeScript

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