Files
klz-cables.com/.pnpm-store/v10/files/34/4507682f2cd3c90269f4cbd8889b67215c5c19be1b8e914dd74657f1814e9240f11e718a0943dc53486277d988fd6c40fcb2c14a644655c9fa0a6c55e55d18
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

8 lines
287 B
Plaintext

import type { DrizzleAdapter } from '../types.js';
export declare const buildIndexName: ({ name, adapter, appendSuffix, number, }: {
adapter: DrizzleAdapter;
appendSuffix?: boolean;
name: string;
number?: number;
}) => string;
//# sourceMappingURL=buildIndexName.d.ts.map