adding global error handlers
This commit is contained in:
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user