Install Healthcheck Core
pnpm add @nexload-sdk/healthcheckThe examples use pnpm. With another package manager, use
npm install, yarn add, or bun add with the same package names.
Core has no runtime dependencies or framework peer dependencies. It supports ESM and CommonJS entrypoints.
Install integrations separately; they are not bundled:
pnpm add @nexload-sdk/healthcheck-nodepnpm add @nexload-sdk/healthcheck-bunpnpm add @nexload-sdk/healthcheck-nextpnpm add @nexload-sdk/healthcheck-prometheuspnpm add @nexload-sdk/healthcheck-otelpnpm add @nexload-sdk/healthcheck-payload payloadDo not install Node and Bun adapters merely to expose HTTP routes. Runtime probes and HTTP route factories solve different problems.