UNPKG

@lucidcms/core

Version:

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

2 lines 284 B
import{getLucidRemoteClient as e}from"../client.mjs";import{lucidRemotePaths as t}from"../constants.mjs";const n=async(n,r)=>e(n).request(t.verifyCmsLicense,{retries:1,method:`POST`,body:{licenseKey:r.licenseKey}});export{n as default}; //# sourceMappingURL=verify-cms-license.mjs.map