Ignore nextjs api unresolved warning

This commit is contained in:
delivan 2022-12-21 00:07:02 +09:00
parent f79ff889ee
commit 014c31ac5b

View File

@ -5,6 +5,9 @@ const nextConfig = {
sentry: {
hideSourceMaps: true,
},
api: {
externalResolver: true,
},
reactStrictMode: false,
swcMinify: true,
compiler: {