@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 316 B
JavaScript
import e from"./documents.routes.mjs";import t from"./locales.routes.mjs";import n from"./media.routes.mjs";import r from"./previews.routes.mjs";import{Hono as i}from"hono";const a=new i().route(`/`,e).route(`/media`,n).route(`/locales`,t).route(`/preview`,r);export{a as default};
//# sourceMappingURL=index.mjs.map