File baser router in cloudflare workers (like Pages Functions)
Hey, I want to create api with file based router just like in pages functions. Is there any library or example of doing so? I thought about using node to read all files in /routes dir to import them all, but not sure if it's possible.
0 Replies