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