Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 184 Bytes
61d29fc | 1 2 3 4 5 6 7 8 9 10 11 | /// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_TITLE: string
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
|