chore: less build concurrency on cloudflare to get rid of build container OOM (#3056)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user