Files
mechanic-pwa/driver-pwa/frontend/src/vite-env.d.ts
T

10 lines
159 B
TypeScript

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