MCPcopy Index your code
hub / github.com/simstudioai/sim / getBaseUrl

Function getBaseUrl

apps/realtime/src/env.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46export const isAuthDisabled = env.DISABLE_AUTH === true && !isHosted
47
48export function getBaseUrl(): string {
49 return env.NEXT_PUBLIC_APP_URL
50}

Callers 1

getAllowedOriginsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected