Skip to content

Install Healthcheck Next.js

Terminal window
pnpm add @nexload-sdk/healthcheck @nexload-sdk/healthcheck-next

Use npm install, yarn add, or bun add with the same package names if the project does not use pnpm.

The route package depends on the Prometheus serializer internally. Install @nexload-sdk/healthcheck-node separately if the manager uses nodeRuntimeAdapter() or Node probes.

Use these handlers in App Router route modules, not browser components or Pages Router API handlers.