Spaces:
Running
on
A100
Running
on
A100
File size: 297 Bytes
ae238b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/// <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
}
|