add pino and baselime to worker

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-04 14:31:30 +02:00
parent b884f1171a
commit 38b5782bca
2 changed files with 9 additions and 1 deletions

View File

@@ -11,15 +11,17 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@baselime/pino-transport": "^0.1.5",
"@bull-board/api": "^5.13.0",
"@bull-board/express": "^5.13.0",
"@openpanel/common": "workspace:*",
"@openpanel/logger": "workspace:*",
"@openpanel/db": "workspace:*",
"@openpanel/logger": "workspace:*",
"@openpanel/queue": "workspace:*",
"@openpanel/redis": "workspace:*",
"bullmq": "^5.1.1",
"express": "^4.18.2",
"pino": "^8.17.2",
"ramda": "^0.29.1",
"sqlstring": "^2.3.3",
"ua-parser-js": "^1.0.37",