Files
klz-cables.com/.pnpm-store/v10/files/a4/e59d8e39a895589e6fd1ec4065a637fbf809012086c65e6e711148ba4f6e86482b65719d0b06f8af73567721410c29dfc7c0c55c5bf5aeb516be45b4d942b0
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

19 lines
481 B
Plaintext

/**
* Exports for Payload migrations
*
* This module provides migration utilities that users can import in their migration files.
*
* @example
* ```ts
* import { localizeStatus } from 'payload/migrations'
*
* export async function up({ payload }) {
* await localizeStatus.up({
* collectionSlug: 'posts',
* payload,
* })
* }
* ```
*/ export { localizeStatus } from '../versions/migrations/localizeStatus/index.js';
//# sourceMappingURL=migrations.js.map