@agent-idle/cli 0.1.1 → 0.1.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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -170,7 +170,7 @@ function persistedConvexUrl() {
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
var BUILD_CONVEX_URL = "https://handsome-camel-783.convex.cloud";
|
|
173
|
-
var BUILD_AUTH_URL = "https://agent-idle
|
|
173
|
+
var BUILD_AUTH_URL = "https://agent-idle.com";
|
|
174
174
|
var LOCAL_CONVEX_URL = "http://127.0.0.1:3210";
|
|
175
175
|
function resolveConvexUrl() {
|
|
176
176
|
return process.env.CONVEX_URL ?? persistedConvexUrl() ?? BUILD_CONVEX_URL ?? LOCAL_CONVEX_URL;
|