feat: add pino and pino-pretty for logging, implement logger utility

This commit is contained in:
Mauricio Siu
2025-05-26 01:45:14 -06:00
parent 7348526873
commit 9c73b8dc36
6 changed files with 41 additions and 0 deletions

View File

@@ -28,6 +28,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"pino": "9.4.0",
"pino-pretty": "11.2.2",
"micromatch": "4.0.8",
"@ai-sdk/anthropic": "^1.0.6",
"@ai-sdk/azure": "^1.0.15",