Ecosystem for ag-beats changed for Prod

This commit is contained in:
AG
2025-12-20 23:17:06 +02:00
parent 68be2c81b0
commit 90bb4343d7

View File

@@ -8,8 +8,8 @@ module.exports = {
}, },
{ {
name: "ag-beats", name: "ag-beats",
script: "npm", script: "./node_modules/.bin/tsx",
args: "start", args: "server/index.ts",
cwd: "/usr/src/app/ag-beats", cwd: "/usr/src/app/ag-beats",
}, },
{ {