mirror of
https://github.com/paperclipai/paperclip
synced 2026-03-25 11:21:48 +00:00
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>