Files
edr-platform/apps/edr-passenger-web/portal/src/vite-env.d.ts
2026-06-02 19:40:54 +03:00

10 lines
157 B
TypeScript

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