chore: add stdin: true to all nodemon.json files

This commit is contained in:
Elliot DeNolf
2023-10-03 12:42:22 -04:00
parent cf26155995
commit 2ad94e48f7
13 changed files with 37 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
{
"$schema": "https://json.schemastore.org/nodemon.json",
"ext": "ts",
"exec": "ts-node src/server.ts"
"exec": "ts-node src/server.ts",
"stdin": true
}