Is it possible to have a nextjs-style app router?
... where (inside
Is the intention to not move in that direction to clearly separate API code from client side code?
app/) route.ts are API calls and page.ts are pages.Is the intention to not move in that direction to clearly separate API code from client side code?
