UNPKG

@lucidcms/core

Version:

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

8 lines 270 B
//#region src/utils/helpers/lucid-directory.d.ts /** * Ensures the .lucid directory exists in the CWD */ declare const ensureLucidDirectoryExists: () => Promise<string>; //#endregion export { ensureLucidDirectoryExists }; //# sourceMappingURL=lucid-directory.d.mts.map