From 90bb4343d783d46d043b20738188c0c9cfc0b3f2 Mon Sep 17 00:00:00 2001 From: AG Date: Sat, 20 Dec 2025 23:17:06 +0200 Subject: [PATCH] Ecosystem for ag-beats changed for Prod --- ecosystem.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index eeca7b4..4958eac 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -8,8 +8,8 @@ module.exports = { }, { name: "ag-beats", - script: "npm", - args: "start", + script: "./node_modules/.bin/tsx", + args: "server/index.ts", cwd: "/usr/src/app/ag-beats", }, {