diff --git a/build.js b/build.js index 3d330e2..54338d3 100644 --- a/build.js +++ b/build.js @@ -46,6 +46,8 @@ await Bun.build({ ".txt": "text", }, + // Keep native Node.js modules external to avoid bundling issues + external: ["ws", "sharp", "@vscode/ripgrep"], features: features, });