Files
klz-cables.com/.pnpm-store/v10/files/8e/eb51295c8dd67afb188be0f5a018cecb5a60d81201d6b5e805d42153032f7f1a9464e1d83d05d7e972f41dda38f9c6c0ac9a168c57f77658a287ed9c124d60
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

1 line
486 B
Plaintext

{"version":3,"file":"is-system-collection.cjs","names":[],"sources":["../../../src/rest/utils/is-system-collection.ts"],"sourcesContent":["export function isSystemCollection(collection: string): boolean {\n\t// @ts-expect-error actual values are injected at build time from the @directus/system-data package\n\tconst collections: string[] = __SYSTEM_COLLECTION_NAMES__;\n\treturn collections.includes(collection);\n}\n"],"mappings":"AAAA,SAAgB,EAAmB,EAA6B,CAG/D,MAAA,+iBAAmB,SAAS,EAAW"}