@amirhosseinnateghi/vibed-cli 0.1.4 → 0.1.5
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/dist/vibed.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5982,7 +5982,7 @@ import { pathToFileURL } from "node:url";
|
|
|
5982
5982
|
import { homedir } from "node:os";
|
|
5983
5983
|
import { join } from "node:path";
|
|
5984
5984
|
import { mkdir, readFile, writeFile, chmod } from "node:fs/promises";
|
|
5985
|
-
var DEFAULT_API = "https://
|
|
5985
|
+
var DEFAULT_API = "https://vibed.city";
|
|
5986
5986
|
var dir = () => join(homedir(), ".vibed");
|
|
5987
5987
|
var file = () => join(dir(), "config.json");
|
|
5988
5988
|
async function readFileConfig() {
|
package/dist/vibed.cjs
CHANGED
|
@@ -5983,7 +5983,7 @@ var import_node_url = require("node:url");
|
|
|
5983
5983
|
var import_node_os = require("node:os");
|
|
5984
5984
|
var import_node_path = require("node:path");
|
|
5985
5985
|
var import_promises = require("node:fs/promises");
|
|
5986
|
-
var DEFAULT_API = "https://
|
|
5986
|
+
var DEFAULT_API = "https://vibed.city";
|
|
5987
5987
|
var dir = () => (0, import_node_path.join)((0, import_node_os.homedir)(), ".vibed");
|
|
5988
5988
|
var file = () => (0, import_node_path.join)(dir(), "config.json");
|
|
5989
5989
|
async function readFileConfig() {
|