{
  "/api/current-run/route": "app/api/current-run/route.js",
  "/api/assets/[...slug]/route": "app/api/assets/[...slug]/route.js",
  "/_not-found/page": "app/_not-found/page.js",
  "/api/historical-trends/route": "app/api/historical-trends/route.js",
  "/page": "app/page.js",
  "/test/[testId]/page": "app/test/[testId]/page.js"
}