@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
1 lines • 593 B
Source Map (JSON)
{"version":3,"file":"previews.routes.mjs","names":["resolvePreview"],"sources":["../../../../../../../src/libs/http/routes/api/v1/client/previews.routes.ts"],"sourcesContent":["import { Hono } from \"hono\";\nimport type { LucidHonoGeneric } from \"../../../../../../types/hono.js\";\nimport resolvePreview from \"../../../../controllers/previews/client/resolve.js\";\n\nconst clientPreviewsRoutes = new Hono<LucidHonoGeneric>().get(\n\t\"/:token\",\n\t...resolvePreview,\n);\n\nexport default clientPreviewsRoutes;\n"],"mappings":"+FAIA,MAAM,EAAuB,IAAI,EAAuB,CAAC,CAAC,IACzD,UACA,GAAGA,CACJ"}