Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compile
Method · 0.50
callHandler
Function · 0.50
requestHandler
Function · 0.50
handlerToMiddleware
Function · 0.50
createStartHandler.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected