/** * Browser-app base URLs for AceDataCloud surfaces. * * These are the "production defaults" — each consumer can override at * build time via Vite env vars (`VITE_BASE_URL_AUTH`, etc.). Use the * helpers in `@common/utils/baseUrl` rather than these constants * directly when you want env-aware resolution. */ export declare const BASE_URL_PLATFORM = "https://platform.acedata.cloud"; export declare const BASE_URL_STUDIO = "https://studio.acedata.cloud"; export declare const BASE_URL_AUTH = "https://auth.acedata.cloud"; export declare const BASE_URL_API = "https://api.acedata.cloud"; //# sourceMappingURL=baseUrl.d.ts.map