Skip to content

Commit

Permalink
[Change] #3 nodemon to clear console when in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Jan 25, 2024
1 parent 781d61d commit 6d84638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"watch": ["src"],
"ext": ".ts",
"ignore": [],
"exec": "tsc && node dist/app.js"
"exec": "tsc && node dist/app.js",
"events": {
"start": "clear"
}
}

0 comments on commit 6d84638

Please sign in to comment.