Skip to content

Commit

Permalink
[Task] #3 nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Jan 6, 2024
1 parent 2534bed commit e7956f9
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 5 deletions.
6 changes: 6 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"watch": ["src"],
"ext": ".ts",
"ignore": [],
"exec": "tsc && node dist/app.js"
}
Loading

0 comments on commit e7956f9

Please sign in to comment.