- declare module 'payload' -> '@hanzo/cms' across 127 files (module augmentation category the import regex didn't cover; broke db-*/core type merges) - auth-iam + whitelabel: satisfy strict + noUncheckedIndexedAccess (real guards, no non-null cheats) - add demo collections (Users/Pages/Media) pnpm run build:core -> 44 tasks successful, 44 total.
Payload 3 with Custom Server
Run the following command to create a project from the example:
npx @hanzo/create-cms-app --example custom-server
Before starting the server, ensure MongoDB is running and DATABASE_URL points to it (for example mongodb://127.0.0.1/payload-example-custom-server).
Uses a Next.js Custom Server with express.
Made from official examples/custom-server from Next.js repository.