Skip to content

DEFAULT_BASE_URL

const DEFAULT_BASE_URL: "https://aura.strangeworks.com" = "https://aura.strangeworks.com";

Production. Defaulting here rather than requiring baseUrl means a caller who omits it reaches the real API — the alternative default, a local dev stack, would silently fail to connect for every customer.