chore(examples): update nodemon to respond to prompts

This commit is contained in:
Elliot DeNolf
2023-10-10 18:37:33 -04:00
parent d86bcc1495
commit a154adf066
9 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
{
"ext": "ts",
"exec": "ts-node src/server.ts"
"exec": "ts-node src/server.ts -- -I",
"stdin": false
}