mcphub / frontend /src /vite-env.d.ts
wuran's picture
Upload folder using huggingface_hub
eb846d0 verified
raw
history blame contribute delete
202 Bytes
/// <reference types="vite/client" />
interface ImportMeta {
readonly env: {
readonly PACKAGE_VERSION: string;
// Add other custom env variables here if needed
[key: string]: any;
};
}