Files
geovisio-website/.env.d.ts
Andreani Jean 49dce6b882 fix env TS
2023-01-10 17:05:28 +01:00

8 lines
110 B
TypeScript

interface ImportMetaEnv {
VITE_API_URL?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}