remove old start script, start-local is the new start script

This commit is contained in:
StarAppeal
2025-09-11 05:55:45 +02:00
parent 820a95ca3a
commit 50e2cd2401
+1 -2
View File
@@ -3,8 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "pm2 start dist/src/index.js --name 'matrix-backend'",
"start-local": "tsc && cross-env NODE_ENV=development node dist/src/index.js",
"start": "tsc && cross-env NODE_ENV=development node dist/src/index.js",
"clean": "rimraf dist",
"build": "npm run clean & tsc",
"test": "vitest run",