kofdai's picture
Deploy NullAI Knowledge System to Spaces
075a2b6 verified
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL: string;
// add more env variables here...
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}