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