Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 9756f08

Browse files
committed
chore: add sentry
1 parent f6ada17 commit 9756f08

File tree

2 files changed

+705
-0
lines changed

2 files changed

+705
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"build": "tsc",
9+
"build:watch": "tsc -w",
910
"start": "node ."
1011
},
1112
"keywords": [],
@@ -16,6 +17,7 @@
1617
"knex": "^3.1.0"
1718
},
1819
"devDependencies": {
20+
"@sentry/node": "^9.4.0",
1921
"mysql2": "^3.12.0",
2022
"nodemon": "^3.1.9",
2123
"toml": "^3.0.0"

0 commit comments

Comments
 (0)