Spaces:
Running
on
A100
Running
on
A100
| /// <reference types="vite/client" /> | |
| interface ImportMetaEnv { | |
| readonly VITE_SERVER_URL: string | |
| readonly VITE_ALLOW_ALL_LANGUAGES: string | |
| readonly VITE_ENABLE_ANALYTICS: string | |
| readonly VITE_REACT_APP_GOOGLE_ANALYTICS_ID: string | |
| } | |
| interface ImportMeta { | |
| readonly env: ImportMetaEnv | |
| } | |