MCPcopy Index your code
hub / github.com/remix-run/react-router / getRouteBasePaths

Function getRouteBasePaths

integration/vite-css-test.ts:41–49  ·  view source on GitHub ↗
(templateName: TemplateName)

Source from the content-addressed store, hash-verified

39 | "css-with-floated-link"
40 | "rsc-server-first-route";
41const getRouteBasePaths = (templateName: TemplateName) => {
42 return [
43 "css-with-links-export",
44 "css-with-floated-link",
45 ...(templateName.includes("rsc")
46 ? (["rsc-server-first-route"] as const)
47 : []),
48 ] as const satisfies RouteBasePath[];
49};
50
51const files = ({ templateName }: { templateName: TemplateName }) => ({
52 "postcss.config.js": js`

Callers 3

filesFunction · 0.85
pageLoadWorkflowFunction · 0.85
hmrWorkflowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…