truefoundry/trueforge

Update /healthz to return JSON status payload

Aperta

#378 aperta il 20 ago 2026

 (1 commento) (0 reazioni) (1 assegnatario)TypeScript (15 fork)github user discovery
good first issue

Metriche repository

Star
 (664 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Description

The /healthz endpoint currently returns the plain text OK!. It should return a JSON payload instead.

Expected behavior

Return:

{ "status": "ok", "version": "<PACKAGE_VERSION>" }

PACKAGE_VERSION is already imported in app.ts, so this should be a small, self-contained change.

Guida contributor