wewe-ssr / apps /web /src /vite-env.d.ts
CatPtain's picture
Upload 98 files
47da283 verified
raw
history blame contribute delete
288 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SERVER_ORIGIN_URL: string;
readonly VITE_ENV: string;
}
interface Window {
__WEWE_RSS_SERVER_ORIGIN_URL__?: string;
__WEWE_RSS_ENABLED_AUTH_CODE__?: boolean;
}
declare const __APP_VERSION__: string;