mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 00:54:22 +02:00
Set CPU limit for Next build
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user