From dc0af1a45d379dcc2d0e4861a2dbe8bf0cde4c9a Mon Sep 17 00:00:00 2001 From: collin Date: Tue, 23 Jun 2026 13:19:31 +0200 Subject: [PATCH] Fixing pm2 command args --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index a3adbed..707abf4 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { { name: 'autobaan', script: 'npm', - arguments: ['start', 'prod'], + arguments: ['start:prod'], }, ], deploy: {