From 620be9ccda4f6694a104575ee11abfe60aa4cf17 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Wed, 24 Dec 2025 19:04:55 -0800 Subject: [PATCH] fix exports --- node-health/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/node-health/src/index.ts b/node-health/src/index.ts index 0749868..ccd637d 100644 --- a/node-health/src/index.ts +++ b/node-health/src/index.ts @@ -1,2 +1,3 @@ export * from './liveness'; export * from './readiness'; +export * from './checks';