RoutePriorityOverride: "normal" | "legacy"

IDs for different priorities of injected routes and redirects:

  • "normal": Merge with discovered file-based project routes, behaving the same as if the route was defined as a file in the project.
  • "legacy": Use the old ordering of routes. Inject routes will override any file-based project route, and redirects will be overridden by any project route on conflict.