chore: nodemon stdin:false, -I flag

This commit is contained in:
Elliot DeNolf
2023-10-05 16:49:58 -04:00
parent d638408399
commit 986ceea246
18 changed files with 36 additions and 36 deletions

View File

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