@oyster-lib/cli 2.0.1 → 2.0.2
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23835,7 +23835,7 @@ function getServerUrl() {
|
|
|
23835
23835
|
return process.env.OYSTER_SERVER_URL;
|
|
23836
23836
|
}
|
|
23837
23837
|
const config = loadConfig();
|
|
23838
|
-
return config.server_url ?? "https://oyster.
|
|
23838
|
+
return config.server_url ?? "https://oyster-platform.com";
|
|
23839
23839
|
}
|
|
23840
23840
|
function getApiBaseUrl() {
|
|
23841
23841
|
return `${getServerUrl()}/api/v1/cli`;
|