Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ getRouter
Function
getRouter
packages/app/src/router.tsx:4–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import { routeTree } from
"./routeTree.gen"
;
3
4
export const getRouter = () => {
5
return createRouter({
6
routeTree,
7
scrollRestoration: true,
8
defaultPreloadStaleTime: 0,
9
});
10
};
Callers
1
entry-client.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected