feat(cms): add thin Next.js shell for Payload admin panel

This commit is contained in:
2026-04-06 14:41:51 +02:00
parent 4bb30f6546
commit 683b05dbf3
9 changed files with 573 additions and 17 deletions

View File

@@ -3,7 +3,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@payload-config": ["../../packages/cms-core/src/payload.config.ts"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "next-env.d.ts"],