Files
klz-cables.com/.pnpm-store/v10/files/32/379b882904ee2c68c632dc35a8a7b61e3e984309b73f06f501746d50e6cfa2a5eacb8e11d3d41144f2a88552f6ca7ffe57d0ae776f38ceec9c7ddbf2c51554
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

5 lines
219 B
Plaintext

export function withPayload(nextConfig?: import("next").NextConfig, options?: {
devBundleServerPackages?: boolean;
}): import("next").NextConfig;
export default withPayload;
//# sourceMappingURL=withPayload.d.ts.map