MCPcopy Create free account
hub / github.com/TanStack/router / handler

Function handler

packages/start-plugin-core/src/vite/plugins.ts:88–91  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

86 buildApp: {
87 order: 'post',
88 async handler(builder) {
89 const { startConfig } = opts.getConfig()
90 await opts.postServerBuild({ builder, startConfig })
91 },
92 },
93 }
94}

Callers 5

compileMethod · 0.50
callHandlerFunction · 0.50
requestHandlerFunction · 0.50
handlerToMiddlewareFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected