You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(next): turbopack error when using db-d1-sqlite package (#14558)
Fixes#14338 for real
We forgot to add `@payloadcms/db-d1-sqlite` package to
`serverExternalPackages`. As the install entry-point to packages that
cannot be bundled (like esbuild), it needs to be externalized just like
our other db adapters.
0 commit comments