Files
bun.sh/test/js
Claude Bot fb9e1af73d Fix DirectoryRoute path matching with wildcard pattern
- 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>
2025-07-20 03:06:44 +00:00
..
2024-12-12 02:07:29 -08:00