mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
- Implemented /* pattern registration for DirectoryRoute - Root path (/) functionality confirmed working - Sub-path routing still needs investigation of uWS routing mechanics - 4/15 comprehensive tests pass (all root path scenarios) - 11/15 tests fail on sub-path access (404 errors) This establishes foundation for DirectoryRoute but requires deeper understanding of uWS pattern matching for complete sub-path support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>