Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
108
export
function
resetEnv() {
109
if
(initialEnv) {
110
replaceProcessEnv(initialEnv)
111
}
112
}
113
114
export
function
loadEnvConfig(
115
dir: string,
Callers
nothing calls this directly
Calls
1
replaceProcessEnv
Function · 0.85
Tested by
no test coverage detected