feat(cms-core): add Payload config with postgres adapter and lexical editor

This commit is contained in:
2026-04-06 14:40:24 +02:00
parent f56fc2f9c6
commit 1bd578993b
2 changed files with 35 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
// @repo/cms-core — Payload CMS config, collections, hooks, globals
export {};
export { Users } from "./collections/users/index.js";
export { Articles } from "./collections/articles/index.js";
export { Media } from "./collections/media/index.js";
export { SiteSettings } from "./globals/site-settings.js";
export { default as config } from "./payload.config.js";