feat(logging): add logger

This commit is contained in:
ItzCrazyKns 2024-04-30 12:18:18 +05:30
parent 7c84025f3c
commit aae85cd767
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
15 changed files with 240 additions and 17 deletions

View file

@ -28,6 +28,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"langchain": "^0.1.30",
"winston": "^3.13.0",
"ws": "^8.16.0",
"zod": "^3.22.4"
}