Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ updateInitialEnv
Function
updateInitialEnv
packages/next-env/index.ts:20–22 ·
view source on GitHub ↗
(newEnv: Env)
Source
from the content-addressed store, hash-verified
18
let
previousLoadedEnvFiles: LoadedEnvFiles = []
19
20
export
function
updateInitialEnv(newEnv: Env) {
21
Object.assign(initialEnv || {}, newEnv)
22
}
23
24
type
Log = {
25
info: (...args: any[]) => void
Callers
1
loadConfig
Function · 0.90
Calls
1
assign
Method · 0.80
Tested by
no test coverage detected