Skip to content

Commit 91061ff

Browse files
committed
use sfcompute.com
1 parent 41329c1 commit 91061ff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/helpers/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface Config {
99
}
1010

1111
const ProductionConfigDefaults = {
12-
api_url: "https://api.sfcompute.dev",
13-
webapp_url: "https://sfcompute.dev",
12+
api_url: "https://api.sfcompute.com",
13+
webapp_url: "https://sfcompute.com",
1414
};
1515

1616
const DevelopmentConfigDefaults = {

src/lib/upgrade.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export function registerUpgrade(program: Command) {
1717
}
1818

1919
if (version) {
20-
await Bun.$`bash -c "$(curl -fsSL https://www.sfcompute.dev/cli/install)" -- ${version}`;
20+
await Bun.$`bash -c "$(curl -fsSL https://www.sfcompute.com/cli/install)" -- ${version}`;
2121
} else {
22-
await Bun.$`bash -c "$(curl -fsSL https://www.sfcompute.dev/cli/install)"`;
22+
await Bun.$`bash -c "$(curl -fsSL https://www.sfcompute.com/cli/install)"`;
2323
}
2424
});
2525
}

0 commit comments

Comments
 (0)