@resourcexjs/cli 2.11.0 → 2.12.0
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 +3 -3
- package/dist/index.js.map +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -15227,7 +15227,7 @@ var LOCAL_DIR = "_local", LATEST_FILE = ".latest", DEFAULT_BASE_PATH;
|
|
|
15227
15227
|
var init_dist2 = __esm(() => {
|
|
15228
15228
|
init_dist();
|
|
15229
15229
|
init_dist();
|
|
15230
|
-
DEFAULT_BASE_PATH = `${homedir()}/.resourcex`;
|
|
15230
|
+
DEFAULT_BASE_PATH = `${homedir()}/.deepractice/resourcex`;
|
|
15231
15231
|
});
|
|
15232
15232
|
|
|
15233
15233
|
// ../../node_modules/.bun/@hono+node-server@1.19.9+115df24086ffac64/node_modules/@hono/node-server/dist/index.mjs
|
|
@@ -17164,7 +17164,7 @@ import { createResourceX, setProvider } from "resourcexjs";
|
|
|
17164
17164
|
// src/lib/paths.ts
|
|
17165
17165
|
import { homedir as homedir2 } from "os";
|
|
17166
17166
|
import { join as join5 } from "path";
|
|
17167
|
-
var RX_HOME = process.env.RESOURCEX_HOME || process.env.RX_HOME || join5(homedir2(), ".resourcex");
|
|
17167
|
+
var RX_HOME = process.env.RESOURCEX_HOME || process.env.RX_HOME || join5(homedir2(), ".deepractice", "resourcex");
|
|
17168
17168
|
var PATHS = {
|
|
17169
17169
|
root: RX_HOME,
|
|
17170
17170
|
config: join5(RX_HOME, "config.json"),
|
|
@@ -17899,4 +17899,4 @@ var main = defineCommand({
|
|
|
17899
17899
|
});
|
|
17900
17900
|
runMain(main);
|
|
17901
17901
|
|
|
17902
|
-
//# debugId=
|
|
17902
|
+
//# debugId=090B79A8A40BC9F264756E2164756E21
|