UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

1 lines 511 B
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../src/libs/http/routes/cdn/index.ts"],"sourcesContent":["import { Hono } from \"hono\";\nimport type { LucidHonoGeneric } from \"../../../../types/hono.js\";\nimport streamSingleController from \"../../controllers/cdn/stream-single.js\";\n\nconst routes = new Hono<LucidHonoGeneric>().get(\n\t\"/:key{.+}\",\n\t...streamSingleController,\n);\n\nexport default routes;\n"],"mappings":"mFAIA,MAAM,EAAS,IAAI,EAAuB,CAAC,CAAC,IAC3C,YACA,GAAG,CACJ"}