gstack/browse/scripts
Spooks444 9abf03631f fix(build): warn when compiled 'browse' CLI binary is missing
build-node-server.sh only produces server-node.mjs (the Node.js server
bundle). The runnable 'browse' executable is a *compiled* artifact from
scripts/build.sh (bun build --compile) and is gitignored, so a bare
'rm -rf browse/dist' can leave a valid server bundle with no CLI binary.
Add a Step 5 that detects the missing binary and prints remediation
instead of failing later with a cryptic ENOENT.
2026-07-15 05:22:01 -05:00
..
build-node-server.sh fix(build): warn when compiled 'browse' CLI binary is missing 2026-07-15 05:22:01 -05:00