Files
klz-cables.com/.pnpm-store/v10/files/8d/9534906d639640590061a5ad893e81f2f4f7170447440a6c17af2489e03c91509ea75afb1e8324ceeacbdfc34b30f6d29f0c711ce02c2ca99ad91edd0f365b
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
482 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.d.ts.map