Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Asjas committed Apr 6, 2022
1 parent 21f57f6 commit 55de0ac
Show file tree
Hide file tree
Showing 11 changed files with 3,302 additions and 1,163 deletions.
6 changes: 6 additions & 0 deletions example/nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"watch": ["src"],
"ext": ".ts",
"ignore": [],
"exec": "node --inspect=0.0.0.0:9200 --require ts-node/register ./src/index.ts"
}
Loading

0 comments on commit 55de0ac

Please sign in to comment.