truefoundry/trueforge

Update /healthz to return JSON status payload

オープン

#378 opened on 2026/08/20

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (15 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (664 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド