From f38d81bfaec5ecaff654d42a9137a988ec5368f0 Mon Sep 17 00:00:00 2001 From: Ahmet AYDIN Date: Mon, 10 Feb 2020 20:13:29 +0300 Subject: [PATCH] hot fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3132ec..df50ee1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", - "start:prod": "node dist/main", + "start:prod": "node dist/src/main", "lint": "tslint -p tsconfig.json -c tslint.json", "test": "jest", "test:watch": "jest --watch",