UNPKG

@lucidcms/core

Version:

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

7 lines (6 loc) 205 B
import { LucidLogger } from "./types.mjs"; //#region src/libs/logger/index.d.ts declare const loggerProxy: LucidLogger; //#endregion export { loggerProxy as default }; //# sourceMappingURL=index.d.mts.map