Can pages functions be used with modules syntax? ...
# functions
w
> Can pages functions be used with modules syntax? If you wanted yep - > Can a normal worker have routes and middlewares with directories? With a routing lib yep, maybe checkout Hono - > Are docs outdated for pages functions & more using service workers syntax? Nope. The recommended way is still file based routing for Functions. But if you want to use the more standard worker format you're free to do so!