feat(cms-client): add dual-mode Payload client (local + HTTP)

This commit is contained in:
2026-04-06 14:41:05 +02:00
parent 1bd578993b
commit 4bb30f6546
8 changed files with 259 additions and 7 deletions

View File

@@ -10,8 +10,12 @@
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"payload": "^3.14.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*"
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.0.0"
}
}