1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 09:04:31 +02:00

Set CPU limit for Next build

This commit is contained in:
Joe Anderson
2025-05-18 23:07:52 +01:00
parent 7f5f9e1c62
commit d8274996f0

View File

@@ -15,4 +15,8 @@ module.exports = {
})
return config
},
// https://answers.netlify.com/t/basic-nextjs-website-failing-to-build-with-exit-code-129/120273/2
experimental: {
cpus: 1,
},
}