Spaces:
Running
Running
/// <reference types="vite/client" /> | |
interface ImportMetaEnv { | |
readonly VITE_API_SERVER: string | |
readonly VITE_LOAD_VIA_PROXY_URL: string | |
} | |
interface ImportMeta { | |
readonly env: ImportMetaEnv | |
} | |