Builds and bundles ./src/lsp from rech-editor-batch into a single server.js, published as a release asset.
Zed extensions must not ship the language server, and upstream publishes to the VS Code marketplace only, so there was nothing to download.
node build.mjs # -> dist/server.js
node smoke.mjs # runs a few LSP requests against it
Upstream pinned to fcce163.