Revert "remove pm2"

This reverts commit d3794f3d7c.
This commit is contained in:
StarAppeal
2024-11-26 10:27:44 +01:00
parent d3794f3d7c
commit 1be430c645
+2 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"start": "pm2 start dist/index.js --name 'matrix-backend'",
"start-local": "tsc && cross-env NODE_ENV=development node dist/index.js",
"clean": "rimraf dist",
"build": "npm run clean & tsc",
@@ -25,6 +25,7 @@
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.2",
"openweather-api-node": "^3.1.5",
"pm2": "^5.4.3",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"ws": "8.17.1"