We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87eec4 commit a4ad789Copy full SHA for a4ad789
1 file changed
apps/sim/lib/copilot/server/agent-url.ts
@@ -14,6 +14,7 @@ export interface GetMothershipBaseURLOptions {
14
type ConcreteMothershipEnvironment = Exclude<MothershipEnvironment, 'default'>
15
16
const ENVIRONMENT_URLS: Record<ConcreteMothershipEnvironment, string | undefined> = {
17
+ // env vars
18
dev: env.COPILOT_DEV_URL,
19
staging: env.COPILOT_STAGING_URL,
20
prod: env.COPILOT_PROD_URL,
0 commit comments