chore: add stdin: true to all nodemon.json files
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user