Files
klz-cables.com/.pnpm-store/v10/files/91/99f5f966a9cbf4086abadee9a703b73c3d38d125ea967aea9af2a672d7f7036e31dc60c2fbd0249c28784af965610211eeeee9245433a11a680c30ce2e82b7
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
573 B
Plaintext

{"version":3,"file":"extensions.cjs","names":[],"sources":["../../../../src/rest/commands/read/extensions.ts"],"sourcesContent":["import type { DirectusExtension } from '../../../schema/extension.js';\nimport type { RestCommand } from '../../types.js';\n\n/**\n * List the available extensions in the project.\n * @returns An array of extensions.\n */\nexport const readExtensions =\n\t<Schema>(): RestCommand<DirectusExtension<Schema>[], Schema> =>\n\t() => ({\n\t\tpath: `/extensions/`,\n\t\tmethod: 'GET',\n\t});\n"],"mappings":"AAOA,MAAa,WAEL,CACN,KAAM,eACN,OAAQ,MACR"}