change start scripts

This commit is contained in:
StarAppeal
2025-09-09 14:12:09 +02:00
parent 6bba31e575
commit 65c9857704
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "pm2 start dist/index.js --name 'matrix-backend'",
"start-local": "tsc && cross-env NODE_ENV=development node dist/index.js",
"start": "pm2 start dist/src/index.js --name 'matrix-backend'",
"start-local": "tsc && cross-env NODE_ENV=development node dist/src/index.js",
"clean": "rimraf dist",
"build": "npm run clean & tsc",
"test": "vitest run",
-1
View File
@@ -8,7 +8,6 @@
"lib": ["ES2022"],
"skipLibCheck": true,
"outDir": "./dist",
"types": ["node", "vitest/globals"],
"typeRoots": [
"./node_modules/@types",
"./types"