UNPKG

@lucidcms/core

Version:

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

6 lines 236 B
//#region src/libs/kv/constants.d.ts /** Default namespace used to keep Lucid-owned KV keys isolated. */ declare const DEFAULT_KV_NAMESPACE: "lucid"; //#endregion export { DEFAULT_KV_NAMESPACE }; //# sourceMappingURL=constants.d.mts.map