UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 275 B
/** * Searches for a Payload configuration file. * @returns The absolute path to the Payload configuration file. * @throws An error if no configuration file is found. */ declare const findConfig: () => string; export default findConfig; //# sourceMappingURL=find.d.ts.map