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