MCPcopy
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

buildMethod · 0.80

Tested by

no test coverage detected