feat(cms-core): add Payload config with postgres adapter and lexical editor
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user