MCPcopy
hub / github.com/vercel/next.js / resetEnv

Function resetEnv

packages/next-env/index.ts:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108export function resetEnv() {
109 if (initialEnv) {
110 replaceProcessEnv(initialEnv)
111 }
112}
113
114export function loadEnvConfig(
115 dir: string,

Callers

nothing calls this directly

Calls 1

replaceProcessEnvFunction · 0.85

Tested by

no test coverage detected