Files
webhook-test/ecosystem.config.cjs
2026-05-12 16:21:00 +07:00

14 lines
222 B
JavaScript

module.exports = {
apps: [
{
name: 'wa-test-nextjs',
script: 'npm',
args: 'run start:3007',
cwd: '/var/www/wa-test-nextjs',
env: {
NODE_ENV: 'production',
},
},
],
}