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:
@@ -0,0 +1,4 @@
|
||||
const EventEmitter = require('events');
|
||||
class MyEmitter extends EventEmitter {}
|
||||
const emitter = new MyEmitter();
|
||||
module.exports = emitter;
|
||||
Reference in New Issue
Block a user