MCPcopy
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

1import { getDeploymentId } from '../shared/lib/deployment-id'
2
3const deploymentId = getDeploymentId()
4;(globalThis as any).NEXT_DEPLOYMENT_ID = deploymentId

Callers

nothing calls this directly

Calls 1

getDeploymentIdFunction · 0.90

Tested by

no test coverage detected