Files
klz-cables.com/.pnpm-store/v10/files/fa/6b932ee83aaf7a451ef292da6fd7dde98fc77add179dfc2bb78bdd0f66dcf1937839c88c5f19ac01ca8f9a9e09a4896176af62e00d95c97e197e42d1fe87a3
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
420 B
Plaintext

{"version":3,"file":"ping.cjs","names":[],"sources":["../../../../src/rest/commands/server/ping.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n/**\n * Ping... pong! 🏓\n * @returns Pong\n */\nexport const serverPing =\n\t<Schema>(): RestCommand<string, Schema> =>\n\t() => ({\n\t\tmethod: 'GET',\n\t\tpath: '/server/ping',\n\t});\n"],"mappings":"AAMA,MAAa,WAEL,CACN,OAAQ,MACR,KAAM,eACN"}