Files
tuono/benches/nextjs-app-router/ecosystem.config.js
T
2024-08-17 15:00:43 +02:00

11 lines
171 B
JavaScript

module.exports = {
apps: [
{
script: 'node_modules/next/dist/bin/next',
args: 'start',
instances: 'max',
exec_mode: 'cluster',
},
],
}