Files
payload/examples/custom-server
Alessio Gravili b6e9c3bd4c chore(deps): upgrade various dependencies (#10657)
Bumps the following dependencies:
- next
- typescript
- http-status
- nodemailer
- Payload & next versions in all templates
- Monorepo only: playwright and dotenv

Removes unused dependencies:
- ts-jest
- jest-environment-jsdom
- resend (we don't use their sdk, we only use their rest API)
2025-01-18 04:08:12 -07:00
..

Payload 3 with Custom Server

Run the following command to create a project from the example:

  • npx create-payload-app --example custom-server

Uses a Next.js Custom Server with express.

Made from official examples/custom-server from Next.js repository.