diff --git a/backend/package.json b/backend/package.json index 60a3791..0d79358 100644 --- a/backend/package.json +++ b/backend/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "concurrently -k \"tsc -w\" \"nodemon --env-file=.env.local ./dist/index.js\"", "build": "tsc", - "start": "pm2 start ./dist/index.js" + "start": "node ./dist/index.js" }, "type": "module", "keywords": [],