@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 381 B
JavaScript
import e from"../../../constants/constants.mjs";import t from"../controllers/health/index.mjs";import n from"./api/v1/index.mjs";import r from"./cdn/index.mjs";import{Hono as i}from"hono";const a=new i().get(`/${e.directories.base}/health`,...t).route(`/${e.directories.base}/api/v1`,n).route(`/${e.directories.base}/cdn`,r);export{a as default};
//# sourceMappingURL=index.mjs.map