- Fix idleTimeout to be within Bun's limit (240 instead of 120000)
- Add JSON parsing error handling for empty request bodies (HEAD requests)
- Update prod-zip timeout to be less than server timeout (230s vs 240s)
- Prevent "JSON Parse error: Unexpected EOF" for requests without bodies
Fixes "TypeError: Bun.serve expects idleTimeout to be 255 or less" and JSON parsing errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>