chore: add stdin: true to all nodemon.json files
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nodemon.json",
|
||||
"watch": ["server.ts"],
|
||||
"exec": "ts-node --project tsconfig.server.json src/server.ts",
|
||||
"ext": "js ts"
|
||||
"ext": "js ts",
|
||||
"stdin": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user