Files
Message-Push-Nest/web/src/vite-env.d.ts
T

9 lines
155 B
TypeScript
Raw Normal View History

2025-08-10 14:32:24 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_RUN_MODE: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}