Skip to content

Commit

Permalink
Fix devex for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Dec 31, 2024
1 parent bc9cc0d commit 6197920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/hackerNewsAnalyzer/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"watch": ["src", ".env", "playground"],
"watch": [".", ".env"],
"exec": "tsx --inspect=0.0.0.0:9229 ./index.tsx",
"ext": "ts, tsx, js, json"
}

3 changes: 2 additions & 1 deletion examples/streaming/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"watch": ["src", ".env", "playground"],
"watch": [".", ".env"],
"exec": "tsx --inspect=0.0.0.0:9229 ./index.tsx",
"ext": "ts, tsx, js, json"
}

0 comments on commit 6197920

Please sign in to comment.