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

@@ -4,7 +4,7 @@
"helpers": "./helper"
},
"scripts": {
"dev": "nodemon",
"dev": "nodemon --signal SIGINT",
"build": "tsc"
},
"devDependencies": {