MCPcopy
hub / github.com/vitejs/vite / init

Method init

packages/vite/src/node/build.ts:1746–1751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1744 }
1745
1746 async init(): Promise<void> {
1747 if (this._initiated) {
1748 return
1749 }
1750 this._initiated = true
1751 }
1752}
1753
1754export interface ViteBuilder {

Callers 2

bundleWorkerEntryFunction · 0.95
setupEnvironmentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected