Files
harheimertc/harheimertc.simple.cjs
2025-10-21 08:56:50 +02:00

16 lines
257 B
JavaScript

module.exports = {
apps: [{
name: 'harheimertc',
script: 'npm',
args: 'run start',
instances: 1,
autorestart: true,
watch: false,
max_memory_restart: '1G',
env: {
NODE_ENV: 'production',
PORT: 3100
}
}]
}