@powerformer/refly-cli 0.1.21 → 0.1.23
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 +12 -142
- package/dist/bin/refly.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4794,7 +4794,7 @@ var ConfigSchema = external_exports.object({
|
|
|
4794
4794
|
installedAt: external_exports.string().optional()
|
|
4795
4795
|
}).optional()
|
|
4796
4796
|
});
|
|
4797
|
-
var DEFAULT_API_ENDPOINT = "https://
|
|
4797
|
+
var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
|
|
4798
4798
|
var DEFAULT_CONFIG = {
|
|
4799
4799
|
version: 1,
|
|
4800
4800
|
api: {
|