mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-21 12:52:19 -06:00
init project evolution api
This commit is contained in:
7
src/config/event.config.ts
Normal file
7
src/config/event.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import EventEmitter2 from 'eventemitter2';
|
||||
|
||||
export const eventEmitter = new EventEmitter2({
|
||||
delimiter: '.',
|
||||
newListener: false,
|
||||
ignoreErrors: false,
|
||||
});
|
||||
Reference in New Issue
Block a user