From e359a5c5e6a331f53bab74ec197c486ea81ebd6f Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Mon, 1 Jun 2026 19:25:32 +0330 Subject: [PATCH] update: package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6c7e96..c4332f9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start:nest": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", - "start": "NODE_ENV=production node --trace-warnings dist/src/main", + "start": "NODE_ENV=production node --trace-warnings dist/main", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "jest",