@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 652 B
JavaScript
import{createRelationValueFieldTypeGenerator as e}from"../../../type-gen/custom-field.mjs";import{formatIntegerFilterValue as t}from"../../utils/filter-values.mjs";import{createFieldRefFetchPlan as n}from"../../utils/ref-fetch.mjs";import{relationFieldConfig as r}from"./config.mjs";import i from"./custom-field.mjs";import a from"./fetch-refs.mjs";import o from"./format-ref.mjs";import s from"./nullify-references.mjs";import c from"./validate-input.mjs";var l={config:r,class:i,planFetchRefs:n,fetchRefs:a,validateInput:c,formatRef:o,formatFilterValue:t,nullifyReferences:s,clientTypeGen:e()};export{l as default};
//# sourceMappingURL=index.mjs.map