@rigstate/cli 0.7.11 → 0.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rigstate/cli",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "description": "Rigstate CLI - Code audit, sync and supervision tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -124,8 +124,8 @@ export async function discoverApiUrl(): Promise<string> {
124
124
  }
125
125
  }
126
126
 
127
- console.log(chalk.yellow(` ❌ No local Rigstate API found on scanned ports. Falling back to configured URL: ${configuredUrl}`));
128
- return configuredUrl;
127
+ console.log(chalk.yellow(` ❌ No local Rigstate API found on scanned ports. Falling back to Rigstate Cloud.`));
128
+ return 'https://app.rigstate.com';
129
129
  }
130
130
 
131
131
  /**