Ignore nextjs api unresolved warning
This commit is contained in:
parent
f79ff889ee
commit
014c31ac5b
@ -5,6 +5,9 @@ const nextConfig = {
|
||||
sentry: {
|
||||
hideSourceMaps: true,
|
||||
},
|
||||
api: {
|
||||
externalResolver: true,
|
||||
},
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
compiler: {
|
||||
|
Loading…
Reference in New Issue
Block a user