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

@@ -1,6 +1,7 @@
{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]