packages/next: opt ts-morph into serverExternalPackages (#67284)

This commit is contained in:
Max Leiter 2024-06-29 09:02:18 -04:00 committed by GitHub
parent b1eab7fb5e
commit 862a89667f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
- `shiki` - `shiki`
- `sqlite3` - `sqlite3`
- `ts-node` - `ts-node`
- `ts-morph`
- `typescript` - `typescript`
- `vscode-oniguruma` - `vscode-oniguruma`
- `webpack` - `webpack`

View file

@ -69,6 +69,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
- `shiki` - `shiki`
- `sqlite3` - `sqlite3`
- `ts-node` - `ts-node`
- `ts-morph`
- `typescript` - `typescript`
- `vscode-oniguruma` - `vscode-oniguruma`
- `webpack` - `webpack`

View file

@ -50,6 +50,7 @@
"shiki", "shiki",
"sqlite3", "sqlite3",
"ts-node", "ts-node",
"ts-morph",
"typescript", "typescript",
"vscode-oniguruma", "vscode-oniguruma",
"webpack", "webpack",