MCPcopy
hub / github.com/remix-run/react-router / GenericRouteManifest

Interface GenericRouteManifest

packages/react-router-dev/vite/plugin.ts:2979–2981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2977
2978// Allows us to use both the RouteManifest and the ServerRouteManifest from the build
2979export interface GenericRouteManifest {
2980 [routeId: string]: Omit<RouteManifestEntry, "file"> | undefined;
2981}
2982
2983export async function getPrerenderPaths(
2984 prerender: ResolvedReactRouterConfig["prerender"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…