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

@@ -14,6 +14,7 @@
"@payloadcms/next": "^3.14.0",
"@payloadcms/ui": "^3.14.0",
"@repo/cms-core": "workspace:*",
"@repo/core-cms": "workspace:*",
"next": "^15.3.0",
"payload": "^3.14.0",
"react": "^19.0.0",

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";