@lambdacurry/arbor 0.4.22 → 0.4.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/arbor.js +1 -1
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -16596,7 +16596,7 @@ import { chmodSync, existsSync, mkdirSync, readFileSync, writeFileSync } from "n
|
|
|
16596
16596
|
import { homedir } from "node:os";
|
|
16597
16597
|
import { dirname, join } from "node:path";
|
|
16598
16598
|
var CONFIG_PATH = process.env.ARBOR_CONFIG ?? join(homedir(), ".arbor", "config.json");
|
|
16599
|
-
var DEFAULT_API_URL = process.env.ARBOR_API_URL ?? "https://
|
|
16599
|
+
var DEFAULT_API_URL = process.env.ARBOR_API_URL ?? "https://arborthreads.com";
|
|
16600
16600
|
function loadConfig() {
|
|
16601
16601
|
const envToken = process.env.ARBOR_TOKEN || undefined;
|
|
16602
16602
|
const envUrl = process.env.ARBOR_API_URL || undefined;
|
package/package.json
CHANGED