chore: fix websocket issue (#1125)

This commit is contained in:
Shubham Naik
2026-02-24 15:06:43 -08:00
committed by GitHub
parent 0d66c75649
commit d35a13f3d6

View File

@@ -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,
});