Files
edr-platform/apps/edr-passenger-web/portal/src/vite-env.d.ts
2026-05-12 15:17:16 +03:00

10 lines
157 B
TypeScript

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