@skillrecordings/cli 0.14.0 → 0.14.1
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/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -119889,7 +119889,7 @@ function createMcpServer(options = {}) {
|
|
|
119889
119889
|
}
|
|
119890
119890
|
|
|
119891
119891
|
// src/index.ts
|
|
119892
|
-
var cliRoot = resolve8(import.meta.dirname, "
|
|
119892
|
+
var cliRoot = resolve8(import.meta.dirname, "..");
|
|
119893
119893
|
var plaintextEnv = loadPlaintextEnv(cliRoot);
|
|
119894
119894
|
var envLoaded = false;
|
|
119895
119895
|
for (const [key, value] of Object.entries(plaintextEnv)) {
|