Files
mwy/frontend/src/vite-env.d.ts
flowerstonezl c90b10cd5a first commit
2026-05-11 19:34:35 +08:00

10 lines
161 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE_URL?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}