adds payload to server-external-packages.json (#51933)

### What?
Adds `payload` to the external package list

### Why?

To prevent developers using
[Payload](https://github.com/payloadcms/payload) modules within Next.js
from having to add this in their next config.
This commit is contained in:
Jacob Fletcher 2023-06-28 16:03:08 -04:00 committed by GitHub
parent e7b9b9a816
commit d206c68ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
- `mongodb`
- `next-mdx-remote`
- `next-seo`
- `payload`
- `postcss`
- `prettier`
- `prisma`

View file

@ -25,6 +25,7 @@
"mongoose",
"next-mdx-remote",
"next-seo",
"payload",
"pg",
"playwright",
"postcss",