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
@@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"core": "rm -rf ./core && cp -r ../core/src ./core/",
"dev": "NODE_ENV=development && yarn core && nodemon",
"dev": "NODE_ENV=development nodemon",
"start:dev": "ts-node index.ts",
"lint": "eslint --ext .ts,.tsx .",
"build": "npm run lint && tsc -p .",