adding global error handlers

This commit is contained in:
talksik
2022-06-08 05:28:38 -05:00
parent d189f82a60
commit 7aab1ee26c
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
"watch": ["./", "../common"],
"watch": ["./", "../core"],
"exec": "npm run start:dev",
"ext": "ts"
}