feat: Enhance backend with request/SQL logging via morgan/winston and fix frontend by correctly rendering email Markdown content using the 'marked' library.

This commit is contained in:
2025-07-29 12:44:56 +08:00
parent c38a4f0f62
commit 8c649adf93
19 changed files with 859 additions and 246 deletions
+4 -1
View File
@@ -11,6 +11,9 @@
"mysql2": "^3.14.2",
"mailparser": "^3.7.4",
"cors": "^2.8.5",
"smtp-server": "^3.13.4"
"smtp-server": "^3.13.4",
"ws": "^8.17.1",
"winston": "^3.13.0",
"morgan": "^1.10.0"
}
}