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", }, {