How to increase EventEmitter in Nuxt3
I'm getting a warning in my console that there is a possible memory leak. However this is caused by a server middleware proxy and is intentional.
Does anyone know how I can increase the setMaxListeners?
This inside the
nuxt.config.ts
config sadly did not do the trick.
0 Replies