File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface Config {
99}
1010
1111const 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
1616const DevelopmentConfigDefaults = {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments