* add pino dependecy and types

* implements Logger abstracting Pino
This commit is contained in:
albert
2025-07-28 13:44:45 +02:00
parent 1664955ec2
commit 20c53339de
3 changed files with 179 additions and 4 deletions

View File

@ -35,6 +35,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"mongoose": "^8.16.5"
"mongoose": "^8.16.5",
"pino": "^9.7.0"
}
}