mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
14 lines
No EOL
306 B
JavaScript
14 lines
No EOL
306 B
JavaScript
module.exports = {
|
|
apps: [{
|
|
name: 'marcus7i',
|
|
script: '.output/server/index.mjs',
|
|
instances: 'max',
|
|
exec_mode: 'cluster',
|
|
env: {
|
|
NODE_ENV: 'production',
|
|
PORT: 3000
|
|
},
|
|
watch: false,
|
|
max_memory_restart: '1G'
|
|
}]
|
|
} |