Files
klz-cables.com/.pnpm-store/v10/files/1b/e7c2b27ab4a458e36b7f2bd1d67ef6a7ea0013c78580fe4e7f33b74982f8fc02290fc373e183b33be9cb51162b211152a70d1cab7eed1aa131df5bbe85d7b4
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
691 B
Plaintext

{"version":3,"file":"health.cjs","names":[],"sources":["../../../../src/rest/commands/server/health.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\nexport type ServerHealthOutput = {\n\tstatus: 'ok' | 'warn' | 'error';\n\treleaseId?: string;\n\tserviceId?: string;\n\tchecks?: {\n\t\t[name: string]: Record<string, any>[];\n\t};\n};\n\n/**\n * Get the current health status of the server.\n * @returns The current health status of the server.\n */\nexport const serverHealth =\n\t<Schema>(): RestCommand<ServerHealthOutput, Schema> =>\n\t() => ({\n\t\tmethod: 'GET',\n\t\tpath: '/server/health',\n\t});\n"],"mappings":"AAeA,MAAa,WAEL,CACN,OAAQ,MACR,KAAM,iBACN"}