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",