File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import "./.next/types/routes.d.ts" ;
3+ import "./.next/dev/ types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const REMOTE_PATTERNS = [
2121
2222const config = {
2323 // Exclude jsdom and isomorphic-dompurify from bundling to fix ESM/CJS compatibility
24- serverExternalPackages : [ ' jsdom' , ' isomorphic-dompurify' ] ,
24+ serverExternalPackages : [ " jsdom" , " isomorphic-dompurify" ] ,
2525 // Turbopack configuration for SVGR (replaces webpack config)
2626 turbopack : {
2727 rules : {
You can’t perform that action at this time.
0 commit comments