@powerformer/refly-cli 0.1.11 → 0.1.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/bin/refly.js +1 -1
- package/package.json +1 -1
package/dist/bin/refly.js
CHANGED
|
@@ -8546,7 +8546,7 @@ var ConfigSchema = external_exports.object({
|
|
|
8546
8546
|
}).optional()
|
|
8547
8547
|
});
|
|
8548
8548
|
var DEFAULT_API_ENDPOINT = "https://staging-api.refly.ai";
|
|
8549
|
-
var DEFAULT_WEB_URL = "https://refly.ai";
|
|
8549
|
+
var DEFAULT_WEB_URL = "https://staging.refly.ai";
|
|
8550
8550
|
var DEFAULT_CONFIG = {
|
|
8551
8551
|
version: 1,
|
|
8552
8552
|
api: {
|