Add detailed documentation for Bake, Bun's experimental full-stack web
framework with React Server Components support. Documents:
- Configuration via bun.app.ts files
- Built-in React framework integration
- File-based routing with Next.js conventions
- React Server Components with client/server separation
- Static site generation capabilities
- Hot module reloading and development features
- Custom framework configuration options
- CLI commands for development and production builds
Based on actual implementation in src/bake/ including server.tsx,
client.tsx, and type definitions from bake.d.ts.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>