From 533505465dfcc2a5e41e5e6056eaec23babdba61 Mon Sep 17 00:00:00 2001 From: colter <89688563@qq.com> Date: Sat, 30 Dec 2023 12:55:43 +0800 Subject: [PATCH] . --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d192500..606ee22 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "dev": "nest start --watch", - "start:debug": "nest start --debug --watch", - "start:prod": "node dist/main", + "start": "pm2 start ecosystem.config.js --", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch",