Skip to content

Commit

Permalink
Add mikroORM to external package list (#50487)
Browse files Browse the repository at this point in the history
### What?

Adds mikroORM to external package list

### Why?

To prevent developers using
[MedusaJS](https://github.com/medusajs/medusa) modules with NextJS from
having to add this in their next config.

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
riqwan and ijjk committed Jun 14, 2023
1 parent dd61ee4 commit 825eefe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/next/src/lib/server-external-packages.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[
"@blockfrost/blockfrost-js",
"@jpg-store/lucid-cardano",
"@mikro-orm/core",
"@mikro-orm/knex",
"@prisma/client",
"@vercel/og",
"@sentry/nextjs",
"@sentry/node",
"@swc/core",
"@vercel/og",
"argon2",
"autoprefixer",
"aws-crt",
Expand All @@ -25,10 +27,10 @@
"next-mdx-remote",
"next-seo",
"pg",
"playwright",
"postcss",
"prettier",
"prisma",
"playwright",
"puppeteer",
"rimraf",
"sharp",
Expand Down

0 comments on commit 825eefe

Please sign in to comment.