docs(changelog): fragment for #6908

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-11 11:32:32 -03:00
parent 00c5a429f0
commit c17e72c58d

View File

@@ -0,0 +1 @@
- **fix(cli):** ship `head-response-guard.cjs` into the standalone bundle — `server-ws.mjs` imported it without a matching `EXTRA_MODULE_ENTRIES` entry, so every `build:release` dist crashed at boot with `ERR_MODULE_NOT_FOUND`; a new regression test derives the required sidecars from `server-ws.mjs` imports (#6908)