Fixed nodemon apps not quiting after STRG-C in terminal

This commit is contained in:
PxlLoewe
2025-05-13 21:33:09 -07:00
parent 265f7618de
commit d43b5185c0
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"watch": ["."],
"ext": "ts",
"exec": "tsx index.ts"
}
"watch": ["."],
"ext": "ts",
"exec": "tsx index.ts"
}