UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

5 lines 216 B
//#region src/libs/config/get-config-path.d.ts declare const getConfigPath: (cwd: string, filename?: string) => string; //#endregion export { getConfigPath as default }; //# sourceMappingURL=get-config-path.d.mts.map