Files
booking_webapp/src/vite-env.d.ts
2026-04-10 21:48:23 -05:00

10 lines
163 B
TypeScript

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