@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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/config.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -126,8 +126,8 @@ async function discoverApiUrl() {
|
|
|
126
126
|
continue;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
console.log(chalk34.yellow(` \u274C No local Rigstate API found on scanned ports. Falling back to
|
|
130
|
-
return
|
|
129
|
+
console.log(chalk34.yellow(` \u274C No local Rigstate API found on scanned ports. Falling back to Rigstate Cloud.`));
|
|
130
|
+
return "https://app.rigstate.com";
|
|
131
131
|
}
|
|
132
132
|
function setApiUrl(url) {
|
|
133
133
|
config.set("apiUrl", url);
|