Skip to content

Commit

Permalink
hotfix: start:prod command
Browse files Browse the repository at this point in the history
  • Loading branch information
fagundesjg committed May 16, 2024
1 parent 37e4d6a commit d4b1e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"lint:ci": "eslint \"{src,apps,libs,test}/**/*.ts\" --format=stylish",
"test": "jest",
Expand Down

0 comments on commit d4b1e35

Please sign in to comment.