backend/src/vite-env.d.ts
2026-01-26 09:32:17 +08:00

11 lines
161 B
TypeScript

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