Files
klz-cables.com/.pnpm-store/v10/files/38/84bd2173ef081364e4b6e4079978c7cbc2038723e2eddaa0b261d815e6e1d54977f3a419a818ac97c5f602d4f27861db4df551bbf008d160b46bfd1194596f
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

11 lines
386 B
Plaintext

/**
* List of all filenames to detect as a Payload configuration file.
*/
export declare const payloadConfigFileNames: string[];
/**
* Searches for a Payload configuration file.
* @returns The absolute path to the Payload configuration file.
* @throws An error if no configuration file is found.
*/
export declare const findConfig: () => string;
//# sourceMappingURL=find.d.ts.map