Creating file system routing in Bun
Bun has a built-in web server. However, handling requests with that web server is very rudimentary. So, I wanted to to create a simpler file-based routing system.
Initial approach
My initial approach was to require every file in the pages folder as a...
tercmd.hashnode.dev1 min read