@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 432 B
JavaScript
import e from"../../../services/preview-sessions/resolve.mjs";import{runToolkitService as t}from"../utils.mjs";const n=async(n,r)=>t(()=>e(n,{token:r.token}),{name:{key:`core.toolkit.preview.resolve.error.name`,defaultMessage:`Preview Toolkit Error`},message:{key:`core.toolkit.preview.resolve.error.message`,defaultMessage:`Lucid toolkit could not resolve the preview.`}});export{n as default};
//# sourceMappingURL=resolve.mjs.map