@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 500 B
JavaScript
import{createAuthToolkit as e}from"./auth/index.mjs";import{createDocumentsToolkit as t}from"./documents/index.mjs";import{createEmailToolkit as n}from"./email/index.mjs";import{createLocalesToolkit as r}from"./locales/index.mjs";import{createMediaToolkit as i}from"./media/index.mjs";import{createPreviewsToolkit as a}from"./previews/index.mjs";const o=o=>({auth:e(o),documents:t(o),email:n(o),locales:r(o),media:i(o),previews:a(o)});export{o as default};
//# sourceMappingURL=create-toolkit.mjs.map