diff --git a/package.json b/package.json index 5a3dc01..c4d06c8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start": "nest start", "start:dev": "NODE_ENV=development nest start --watch", "start:debug": "NODE_ENV=development nest start --debug --watch", - "start:prod": "yarn prebuild; yarn build; node dist/main", + "start:prod": "yarn prebuild; yarn build; node dist/src/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch",