Files
klz-cables.com/.pnpm-store/v10/files/a8/3cae97f5600dd028bd2b2b0036bfa39f589e9e8f94b7ff15db83056c9f75f92f1adce0c46339297667f6ece76930b54833aa6de23ffbd3f9069eaeb4808a69
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

13 lines
249 B
Plaintext

const AttributeNames = {
HONO_TYPE: 'hono.type',
HONO_NAME: 'hono.name',
} ;
const HonoTypes = {
MIDDLEWARE: 'middleware',
REQUEST_HANDLER: 'request_handler',
} ;
export { AttributeNames, HonoTypes };
//# sourceMappingURL=constants.js.map