feat(cms): repoint @payload-config from cms-core to core-cms

This commit is contained in:
2026-05-04 20:54:27 +02:00
parent 0be9e4beb4
commit 9c8ca61fc9
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
// Re-export Payload config from @repo/cms-core
// This file exists so @payload-config resolves correctly in the CMS app
export { default } from "@repo/cms-core/src/payload.config";
// Re-export Payload config from @repo/core-cms.
// This file exists so @payload-config resolves correctly in the CMS app.
export { default } from "@repo/core-cms";