Files
geovisio-website/.env.d.ts
Andreani Jean 8f11742b11 disable overlay
2023-05-09 16:12:40 +02:00

8 lines
108 B
TypeScript

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