{"version":3,"sources":["../src/urls.ts"],"names":["SETUP_URL"],"mappings":"AAeO,IAAMA,CAAAA,CAAY","file":"chunk-L7SIDO2A.mjs","sourcesContent":["/**\n * Canonical first-party URLs for the beacio platform.\n *\n * Single source of truth so independent packages (detect's install banner, the\n * react-sdk InstallationWizard) cannot re-diverge onto stale hosts/paths. Lives\n * in @beacio/core because both @beacio/detect and @beacio/react depend on core\n * (core depends on nothing) — importing from here introduces no dependency cycle.\n */\n\n/**\n * The guided zero-config onboarding page: install → enable the Safari extension\n * → return. The default destination when no operator-supplied onboarding/App\n * Store URL override is provided. Authoritative host + path per\n * outreach/campaign/11-rebrand-manifest.md.\n */\nexport const SETUP_URL = 'https://beacio.com/setup';\n"]}