Skip to content

Commit

Permalink
adding src
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Jan 14, 2025
1 parent cdbcb8b commit db64521
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 @@ -13,7 +13,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node main",
"start:prod": "node src/main",
"lint": "eslint \"{src,tests}/**/*.ts\" --fix",
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
"test": "jest",
Expand Down

0 comments on commit db64521

Please sign in to comment.