Shared TypeScript types, API client, and block registry for Payload CMS frontends
Find a file
Martin Porwoll d8e16db535 fix: export SeoSetting type and fix getSeoSettings return type
getSeoSettings() was returning Record<string, unknown> which prevented
TypeScript from seeing metaDefaults properties. Now properly returns
SeoSetting type with full type safety.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 15:19:09 +00:00
docs docs: add frontend conventions, CI/CD templates, and deployment scripts 2026-02-14 17:53:09 +00:00
scripts feat: add work-order orchestration scripts (Phase 3) 2026-02-15 22:30:57 +00:00
src fix: export SeoSetting type and fix getSeoSettings return type 2026-02-20 15:19:09 +00:00
templates docs: add frontend conventions, CI/CD templates, and deployment scripts 2026-02-14 17:53:09 +00:00
work-orders feat: initial payload-contracts package 2026-02-14 17:51:40 +00:00
.gitignore feat: initial payload-contracts package 2026-02-14 17:51:40 +00:00
CLAUDE.md feat: add work-order orchestration scripts (Phase 3) 2026-02-15 22:30:57 +00:00
package.json fix: remove tsx from optionalDependencies to fix Plesk deploys 2026-02-17 11:22:30 +00:00
pnpm-lock.yaml fix: restore devDependencies with tsx as optional 2026-02-15 19:55:20 +00:00
tsconfig.json feat: initial payload-contracts package 2026-02-14 17:51:40 +00:00