Skip to content

Commit

Permalink
add npm run dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Sep 26, 2024
1 parent f31e882 commit 1664af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"dev": "nest start --watch",
"format": "prettier --w **/*.ts",
"format:check": "prettier --c **/*.ts",
"lint": "eslint . --ext .ts --ignore-pattern dist/",
Expand Down

0 comments on commit 1664af6

Please sign in to comment.