gstack/browse/scripts
Spooks444 aeeacf17d5 fix(build): externalize socks + sharp in node-server bundle
Bun's bundler refused to inline socks and sharp (both ship
.node native addons), so the Windows node-server build
failed with 'Could not resolve: socks / sharp'.

Added --external socks and --external sharp to
browse/scripts/build-node-server.sh, matching the script's
own documented rule for .node-addon deps. Verified:
bash build-node-server.sh -> exit 0, emits server-node.mjs;
bun run build -> exit 0 (all 6 artifacts compile).
2026-07-15 05:22:01 -05:00
..
build-node-server.sh fix(build): externalize socks + sharp in node-server bundle 2026-07-15 05:22:01 -05:00