Files
klz-cables.com/.pnpm-store/v10/files/4c/c07157e494002779dde4eea867791fa7666e3fc6160e798a3a1d0d007d94725d138b4feecba7ddd72eb30f472a00c15e23004dd27790c7aebe790c0267d6df
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

12 lines
294 B
Plaintext

import { sendEvent } from '../index.js';
export const serverInit = (payload)=>{
// eslint-disable-next-line @typescript-eslint/no-floating-promises
sendEvent({
event: {
type: 'server-init'
},
payload
});
};
//# sourceMappingURL=serverInit.js.map