Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ register-deployment-id-global.ts
File
register-deployment-id-global.ts
packages/next/src/client/register-deployment-id-global.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ getDeploymentId } from
'../shared/lib/deployment-id'
2
3
const
deploymentId = getDeploymentId()
4
;(globalThis as any).NEXT_DEPLOYMENT_ID = deploymentId
Callers
nothing calls this directly
Calls
1
getDeploymentId
Function · 0.90
Tested by
no test coverage detected