Skip to content

Commit 5773999

Browse files
committed
Force deploy
1 parent 98f2f97 commit 5773999

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/lib/copilot/server/agent-url.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface GetMothershipBaseURLOptions {
1212
}
1313

1414
const ENVIRONMENT_URLS: Record<MothershipEnvironment, string | undefined> = {
15+
// env vars
1516
dev: env.COPILOT_DEV_URL,
1617
staging: env.COPILOT_STAGING_URL,
1718
prod: env.COPILOT_PROD_URL,

0 commit comments

Comments
 (0)