Files
klz-cables.com/.pnpm-store/v10/files/c3/314bf5ff03db8224453dc869faccfc95957538b25f2de1c4ac4d0d8da0502d69dd91868e9a5396978f8d41eab7f646d06734be00ae1f231d11fdcc3db9575e
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

15 lines
449 B
Plaintext

/**
* Attempt to find migrations directory.
*
* Checks for the following directories in order:
* - `migrationDir` argument from Payload config
* - `src/migrations`
* - `dist/migrations`
* - `migrations`
*
* @param migrationDir
* @default src/migrations`, if the src folder does not exists - migrations.
* @returns
*/
export declare const findMigrationDir: (migrationDir?: string) => string;
//# sourceMappingURL=findMigrationDir.d.ts.map