forked from Ivasoft/geovisio-website
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
interface ImportMetaEnv {
|
|
VITE_API_URL?: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|