Files
klz-cables.com/.pnpm-store/v10/files/06/101b3a33b9f53d77e7282880ed4d2521f0558a5b01f67cabbba5dea15a0e9dbb8dd5810d293cbb4df25a6eba2acf6910de5889ca22a8b9a5f732f722c9d75e
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
572 B
Plaintext

{"version":3,"file":"extensions.js","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"}