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

Function createGetEnvironment

packages/vite/src/node/plugins/resolve.ts:201–201  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

199 perEnvironmentStartEndDuringDev: true,
200 }
201 const createGetEnvironment = (name: string) => () => envs[name]
202
203 if (overrideEnvConfig) {
204 return [

Callers 2

applyToEnvironmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected