@appchy/jarvis 0.1.11 → 0.1.12
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.js +1 -1
- package/dist/bin.js.map +1 -1
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -4909,7 +4909,7 @@ async function browserAuth(appUrl) {
|
|
|
4909
4909
|
return false;
|
|
4910
4910
|
}
|
|
4911
4911
|
}
|
|
4912
|
-
var APP_URL = process.env.APP_URL ?? "https://jarvis.appchy.com" ?? "https://
|
|
4912
|
+
var APP_URL = process.env.APP_URL ?? "https://jarvis.appchy.com" ?? "https://jarvis.appchy.com";
|
|
4913
4913
|
async function ensureSetup() {
|
|
4914
4914
|
const config = loadConfig();
|
|
4915
4915
|
if (config?.token || config?.anthropicApiKey || config?.useSubscription) {
|