calabasas 0.1.3 → 0.1.4
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2624,7 +2624,7 @@ import * as path from "path";
|
|
|
2624
2624
|
import * as os from "os";
|
|
2625
2625
|
var CONFIG_DIR = path.join(os.homedir(), ".calabasas");
|
|
2626
2626
|
var CONFIG_FILE = path.join(CONFIG_DIR, "config.json");
|
|
2627
|
-
var DEFAULT_API_URL = "https://
|
|
2627
|
+
var DEFAULT_API_URL = "https://savory-llama-364.convex.site";
|
|
2628
2628
|
function getConfig() {
|
|
2629
2629
|
try {
|
|
2630
2630
|
if (!fs.existsSync(CONFIG_FILE)) {
|