UNPKG

alinea

Version:
26 lines (24 loc) 517 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/adapter/core/cms.ts import { CMS } from "alinea/core/CMS"; var CoreCMS = class extends CMS { async sync() { throw new Error("Not implemented"); } async resolve(query) { throw new Error("Not implemented"); } async mutate(mutations) { throw new Error("Not implemented"); } async prepareUpload(file) { throw new Error("Not implemented"); } }; function createCMS(config) { return new CoreCMS(config); } export { CoreCMS, createCMS };