UNPKG

@lucidcms/core

Version:

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

11 lines (10 loc) 513 B
import { CreateServiceContextOptions, ServiceContext } from "./types.mjs"; //#region src/utils/services/create-service-context.d.ts /** * Internal helper for building service contexts outside the HTTP request pipeline. * HTTP service contexts resolve request metadata and locale from the Hono context. */ declare const createServiceContext: (options: CreateServiceContextOptions) => ServiceContext; //#endregion export { createServiceContext as default }; //# sourceMappingURL=create-service-context.d.mts.map