@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
8 lines • 309 B
text/typescript
import { ServiceResponse } from "../../utils/services/types.mjs";
//#region src/libs/compile/prepare-lucid-spa.d.ts
declare const prepareLucidSPA: (props: {
outDir: string;
}) => ServiceResponse<undefined>;
//#endregion
export { prepareLucidSPA as default };
//# sourceMappingURL=prepare-lucid-spa.d.mts.map