UNPKG

alinea

Version:
22 lines (20 loc) 424 B
import "../chunks/chunk-NZLE2WMY.js"; // src/core/CMS.ts import { createConfig } from "./Config.js"; import { WriteableGraph } from "./db/WriteableGraph.js"; var CMS = class extends WriteableGraph { config; constructor(config) { super(); this.config = createConfig(config); } get schema() { return this.config.schema; } get workspaces() { return this.config.workspaces; } }; export { CMS };