MCPcopy 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

2import { routeTree } from "./routeTree.gen";
3
4export const getRouter = () => {
5 return createRouter({
6 routeTree,
7 scrollRestoration: true,
8 defaultPreloadStaleTime: 0,
9 });
10};

Callers 1

entry-client.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected