UNPKG

@lucidcms/core

Version:

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

2 lines 383 B
import{getLucidRemoteClient as e}from"../client.mjs";import{lucidRemotePaths as t}from"../constants.mjs";const n=async(n,r)=>{let i=e(n),a=new Headers;return a.append(`Authorization`,`Bearer ${r.licenseKey}`),i.request(`${t.getCmsAiRequest}/${encodeURIComponent(r.requestId)}`,{retries:0,method:`GET`,headers:a})};export{n as default}; //# sourceMappingURL=get-cms-ai-request.mjs.map