Dashboard › opencode › @loreai/opencode server bundle
01a0889b-6d26-7d06-9dc8-12583e059513| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 6 | 13h ago |
Chose the legacy root export plus compiled @loreai/opencode/server, with source-backed types and a build-only server-core.ts shim, over externalizing @loreai/core or bundling its barrel. Externalization lets pnpm resolve an incompatible same-version registry copy; barrel bundling inflated the server from 31,960 bytes to 16.5 MB. Keep Gateway external and verify the extracted tarball with plain Node because in-process Vitest imports can hide package-boundary defects through workspace aliases.