Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ buildApp
Function
buildApp
playground/environment-react-ssr/vite.config.ts:25–27 ·
view source on GitHub ↗
(builder)
Source
from the content-addressed store, hash-verified
23
{
24
name:
'build-client'
,
25
async
buildApp(builder) {
26
await
builder.build(builder.environments.client)
27
},
28
},
29
],
30
resolve: {
Callers
nothing calls this directly
Calls
1
build
Method · 0.80
Tested by
no test coverage detected