Fixed nodemon apps not quiting after STRG-C in terminal
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"watch": ["."],
|
||||
"ext": "ts",
|
||||
"exec": "tsx index.ts"
|
||||
}
|
||||
"watch": ["."],
|
||||
"ext": "ts",
|
||||
"exec": "tsx index.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user