feat(#65): Add winston and axiom logging

This commit is contained in:
Josh Creek
2024-10-30 21:04:40 +00:00
parent b83b02fd12
commit 2ef478e4b1
3 changed files with 250 additions and 1 deletions
+3 -1
View File
@@ -47,10 +47,12 @@
},
"type": "module",
"dependencies": {
"@axiomhq/winston": "^1.2.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.2",
"stripe": "^15.4.0",
"ts-debounce": "^4.0.0"
"ts-debounce": "^4.0.0",
"winston": "^3.15.0"
},
"engines": {
"node": ">=18.13.0"