apex-fast 0.0.1 → 0.0.2-next.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/mcp-server.js +12530 -47436
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -94,7 +94,7 @@ function isTextualFile(filePath, maxBytes = 2000000) {
|
|
|
94
94
|
var init_chunk_YPKNMYD4 = () => {};
|
|
95
95
|
|
|
96
96
|
// node_modules/@vscode/ripgrep/lib/index.js
|
|
97
|
-
var __dirname = "/home/
|
|
97
|
+
var __dirname = "/home/runner/work/apex-fast/apex-fast/node_modules/@vscode/ripgrep/lib", path2, $rgPath;
|
|
98
98
|
var init_lib = __esm(() => {
|
|
99
99
|
path2 = __require("path");
|
|
100
100
|
$rgPath = path2.join(__dirname, `../bin/rg${process.platform === "win32" ? ".exe" : ""}`);
|