Files
klz-cables.com/.pnpm-store/v10/files/75/21a99be93a63b794ff74adad1cb045f9bf61f7845ac3b1e4fa5374298fbf54b0835d0d15799f4b5c26ae6abdb25edc438d8c798050a2719caeaae754fc6bba
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

17 lines
274 B
Plaintext

import type {Vocabulary} from "../../types"
import idKeyword from "./id"
import refKeyword from "./ref"
const core: Vocabulary = [
"$schema",
"$id",
"$defs",
"$vocabulary",
{keyword: "$comment"},
"definitions",
idKeyword,
refKeyword,
]
export default core