feat: update benches to speed up nextjs servers

This commit is contained in:
Valerio Ageno
2024-08-17 15:00:43 +02:00
parent 0d33150f30
commit a497937106
5 changed files with 43 additions and 23 deletions
@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
script: 'node_modules/next/dist/bin/next',
args: 'start',
instances: 'max',
exec_mode: 'cluster',
},
],
}