Skip to content

Commit

Permalink
chore: add nodemon support for the api
Browse files Browse the repository at this point in the history
  • Loading branch information
alexx666 committed Apr 18, 2021
1 parent 4771d28 commit 03f73a7
Show file tree
Hide file tree
Showing 3 changed files with 9,705 additions and 8 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": ["src/**/*.spec.ts"],
"exec": "ts-node src/api/main.ts"
}
Loading

0 comments on commit 03f73a7

Please sign in to comment.