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) 291 B
import { LucidHonoGeneric } from "../../../types/hono.mjs"; //#region src/libs/http/middleware/log-route.d.ts declare const logRoute: import("hono").MiddlewareHandler<LucidHonoGeneric, any, {}, Response>; //#endregion export { logRoute as default }; //# sourceMappingURL=log-route.d.mts.map