mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
- Register DirectoryRoute with /* pattern to match all sub-paths - This should fix 404 errors when accessing files in directory routes - For root path /, register as /* to catch all paths - For other paths, register as path/* to match sub-paths 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>