feat: add health check server

This commit is contained in:
2024-09-26 11:17:31 -07:00
parent 9def06d149
commit 6bfe251fe7
4 changed files with 1881 additions and 1156 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
},
"engines": {
"node": "20",
"pnpm": "8"
"pnpm": "9"
},
"repository": {
"type": "git",
@@ -43,6 +43,7 @@
"@sentry/node": "7.114.0",
"discord.js": "14.15.2",
"dotenv": "16.4.5",
"fastify": "5.0.0",
"winston": "3.13.0"
}
}