Files
flower-rain/src/vite-env.d.ts

10 lines
156 B
TypeScript
Raw Normal View History

2025-11-09 20:01:55 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SERVER: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}