remove pm2
This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user