struere 0.3.0 → 0.3.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/bin/struere.js +1 -1
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/bin/struere.js
CHANGED
|
@@ -16722,7 +16722,7 @@ function getApiKey() {
|
|
|
16722
16722
|
}
|
|
16723
16723
|
|
|
16724
16724
|
// src/cli/utils/convex.ts
|
|
16725
|
-
var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://
|
|
16725
|
+
var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://rapid-wildebeest-172.convex.cloud";
|
|
16726
16726
|
async function syncToConvex(agentId, config) {
|
|
16727
16727
|
const credentials = loadCredentials();
|
|
16728
16728
|
const apiKey = getApiKey();
|
package/dist/cli/index.js
CHANGED
|
@@ -61,7 +61,7 @@ import chalk from "chalk";
|
|
|
61
61
|
import ora from "ora";
|
|
62
62
|
|
|
63
63
|
// src/cli/utils/convex.ts
|
|
64
|
-
var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://
|
|
64
|
+
var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://rapid-wildebeest-172.convex.cloud";
|
|
65
65
|
async function syncToConvex(agentId, config) {
|
|
66
66
|
const credentials = loadCredentials();
|
|
67
67
|
const apiKey = getApiKey();
|