MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getClerkBaseUrl

Function getClerkBaseUrl

packages/cloud/src/config.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2export const PRODUCTION_ROO_CODE_API_URL = "https://app.roocode.com"
3
4export const getClerkBaseUrl = () => process.env.CLERK_BASE_URL || PRODUCTION_CLERK_BASE_URL
5
6export const getRooCodeApiUrl = () => process.env.ROO_CODE_API_URL || PRODUCTION_ROO_CODE_API_URL

Callers 7

getMdmConfigPathMethod · 0.90
constructorMethod · 0.85
clerkSignInMethod · 0.85
clerkMeMethod · 0.85
clerkLogoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected