Files
klz-cables.com/.pnpm-store/v10/files/d5/71448218d9cd576817edfbe374d843d62e6bfca17940ae4e9d35121d21cc2a351b4e90cf65cbd89055bbb1d51baef514c2f7832e61717917c5afaef2d43ce8
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
179 B
Plaintext

// Note: order matters here as it will change the rendered order in the UI
export const operations = [
'read',
'update',
'delete'
];
//# sourceMappingURL=types.js.map