Files
klz-cables.com/.pnpm-store/v10/files/c7/06d1755935bc0ff69d6d8fa6d04f9363a31a3f740471162ff66f1a3768058e9cabaf26fcd5b7794f00df32f4aeafe9ce05672eccc831d884444fe3fe3b165d
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

6 lines
211 B
Plaintext

import type { Payload } from '../../../index.js';
export type ServerInitEvent = {
type: 'server-init';
};
export declare const serverInit: (payload: Payload) => void;
//# sourceMappingURL=serverInit.d.ts.map