Add playwright-core to server-external-packages.json (#66549)

This commit is contained in:
Paul Klein 2024-06-05 08:10:47 -07:00 committed by GitHub
parent 106bac1d90
commit 82fe21f0a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -58,6 +58,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
- `oslo`
- `pg`
- `playwright`
- `playwright-core`
- `postcss`
- `prettier`
- `prisma`

View file

@ -58,6 +58,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
- `oslo`
- `pg`
- `playwright`
- `playwright-core`
- `postcss`
- `prettier`
- `prisma`

View file

@ -39,6 +39,7 @@
"oslo",
"pg",
"playwright",
"playwright-core",
"postcss",
"prettier",
"prisma",