{
  "/_global-error/page": "app/_global-error/page.js",
  "/_not-found/page": "app/_not-found/page.js",
  "/api/analyze-test/route": "app/api/analyze-test/route.js",
  "/api/assets/[...slug]/route": "app/api/assets/[...slug]/route.js",
  "/api/current-run/route": "app/api/current-run/route.js",
  "/api/historical-trends/route": "app/api/historical-trends/route.js",
  "/api/report-config/route": "app/api/report-config/route.js",
  "/api/reports/[filename]/route": "app/api/reports/[filename]/route.js",
  "/api/run-command/route": "app/api/run-command/route.js",
  "/page": "app/page.js",
  "/test/[testId]/page": "app/test/[testId]/page.js"
}