nexus/server
Matt Van Horn 0f32fffe79 fix(server): serve cached index.html in SPA catch-all to prevent 500
res.sendFile can emit NotFoundError from the send module in certain
path resolution scenarios, causing 500s on company-scoped SPA routes.
Cache index.html at startup and serve it directly, which is both
more reliable and faster.

Fixes #233

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:20:19 -08:00
..
src fix(server): serve cached index.html in SPA catch-all to prevent 500 2026-03-07 16:20:19 -08:00
CHANGELOG.md chore: release v0.2.7 2026-03-04 14:51:33 -06:00
package.json Merge remote-tracking branch 'public-gh/master' 2026-03-07 15:18:02 -06:00
tsconfig.json feat: integrate Changesets for multi-package npm publishing 2026-03-03 14:46:16 -06:00
vitest.config.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00