payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
11 lines • 386 B
TypeScript
/**
* 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