Merge pull request #658 from Cloud-Neutral/codex/fix-yarn-next-build-error

This commit is contained in:
shenlan 2025-11-09 18:11:56 +08:00 committed by GitHub
commit cf9f0a3c8e

View File

@ -54,6 +54,7 @@ const nextConfig = {
return config;
},
reactStrictMode: true,
typedRoutes: false,
turbopack: {
root: path.resolve(__dirname),
},