chore: less build concurrency on cloudflare to get rid of build container OOM (#3056)

This commit is contained in:
Huang Xin
2026-01-24 13:27:11 +01:00
committed by GitHub
parent cbf7a501b7
commit 51b0b8483f
+3
View File
@@ -26,6 +26,9 @@ const nextConfig = {
// Configure assetPrefix or else the server won't properly resolve your assets.
assetPrefix: '',
reactStrictMode: true,
experimental: {
cpus: 2,
},
serverExternalPackages: ['isows'],
turbopack: {
resolveAlias: {