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