We are App Router only. No pages/ directory anywhere near the router. But:
sdods analyze ../platform --report-onlycomes back with a routes table full of things that do not exist:
kind method path source file
page - /{id} next-pages-router app/api/intranet/pages/[id]/route.ts
page - /{id}/publish/route.test next-pages-router app/api/intranet/pages/[id]/publish/route.test.ts
page - /{id}/archive next-pages-router app/api/intranet/pages/[id]/archive/route.tsEighteen of them. The same paths also appear correctly as api rows from the App Router detector, so I get both the right row and the wrong one. Is my repo laid out badly or is this the tool?