| 2977 | |
| 2978 | // Allows us to use both the RouteManifest and the ServerRouteManifest from the build |
| 2979 | export interface GenericRouteManifest { |
| 2980 | [routeId: string]: Omit<RouteManifestEntry, "file"> | undefined; |
| 2981 | } |
| 2982 | |
| 2983 | export async function getPrerenderPaths( |
| 2984 | prerender: ResolvedReactRouterConfig["prerender"], |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…