remove pm2

This commit is contained in:
StarAppeal
2024-11-26 02:40:42 +01:00
parent 6f4424f0be
commit d3794f3d7c
+1 -2
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "pm2 start dist/index.js --name 'matrix-backend'",
"start": "node dist/index.js",
"start-local": "tsc && cross-env NODE_ENV=development node dist/index.js",
"clean": "rimraf dist",
"build": "npm run clean & tsc",
@@ -25,7 +25,6 @@
"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"