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) 252 B
import { EmailAdapter } from "../types.mjs"; //#region src/libs/email/adapters/passthrough.d.ts declare const passthroughEmailAdapter: EmailAdapter; //#endregion export { passthroughEmailAdapter as default }; //# sourceMappingURL=passthrough.d.mts.map