enabled sentry

This commit is contained in:
canove
2020-09-22 10:39:59 -03:00
parent 6bc3b216c8
commit 9bab61c7dc
2 changed files with 9 additions and 18 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "nodemon dist/server.js",
"dev:server": "ts-node-dev --respawn --transpile-only --ignore node_modules src/server.ts"
},