@capxul/sandbox 2.5.5 → 2.6.1
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/main.mjs +3 -3
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -40,10 +40,10 @@ var deployment_topology_default = {
|
|
|
40
40
|
"name": "convex-backend-production-f220",
|
|
41
41
|
"convexType": "self-hosted",
|
|
42
42
|
"convexUrl": "https://convex-backend-production-f220.up.railway.app",
|
|
43
|
-
"convexSiteUrl": "https://
|
|
43
|
+
"convexSiteUrl": "https://api.staging.capxul.com",
|
|
44
44
|
"chainId": 84532,
|
|
45
45
|
"expectedFingerprints": {
|
|
46
|
-
"applicationId": "
|
|
46
|
+
"applicationId": "f3996b163f24655a",
|
|
47
47
|
"openfortProjectId": "pro_0b4a69d6-14ac-4323-a593-4fdbc2fe7632",
|
|
48
48
|
"openfortPublishableKey": "aab42edbcdc683e7",
|
|
49
49
|
"shieldPublishableKey": "a323489c9a8d8da2"
|
|
@@ -520,7 +520,7 @@ async function runKeyCreate() {
|
|
|
520
520
|
return 0;
|
|
521
521
|
}
|
|
522
522
|
const origin = normalizeHttpOrigin(originPrompt);
|
|
523
|
-
const baseUrl = process.env.CAPXUL_QUICKSTART_URL ?? "https://
|
|
523
|
+
const baseUrl = process.env.CAPXUL_QUICKSTART_URL ?? "https://api.staging.capxul.com";
|
|
524
524
|
const envPath = resolve(process.cwd(), ".env.local");
|
|
525
525
|
const s = spinner();
|
|
526
526
|
s.start("Requesting a sandbox publishable key");
|