Files
hydra/src/main/vite-env.d.ts
Chubby Granny Chaser 8a12c6e088 chore: sync with main
2025-10-28 23:26:28 +00:00

17 lines
473 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly MAIN_VITE_API_URL: string;
readonly MAIN_VITE_ANALYTICS_API_URL: string;
readonly MAIN_VITE_AUTH_URL: string;
readonly MAIN_VITE_CHECKOUT_URL: string;
readonly MAIN_VITE_EXTERNAL_RESOURCES_URL: string;
readonly MAIN_VITE_WS_URL: string;
readonly MAIN_VITE_LAUNCHER_SUBDOMAIN: string;
readonly ELECTRON_RENDERER_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}