@powerformer/refly-cli 0.1.10 → 0.1.11
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 +35 -39
- package/dist/bin/refly.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4560,7 +4560,7 @@ var ConfigSchema = external_exports.object({
|
|
|
4560
4560
|
installedAt: external_exports.string().optional()
|
|
4561
4561
|
}).optional()
|
|
4562
4562
|
});
|
|
4563
|
-
var DEFAULT_API_ENDPOINT = "https://
|
|
4563
|
+
var DEFAULT_API_ENDPOINT = "https://staging-api.refly.ai";
|
|
4564
4564
|
var DEFAULT_CONFIG = {
|
|
4565
4565
|
version: 1,
|
|
4566
4566
|
api: {
|