nuxt3-socket.io
nuxt3-socket.io copied to clipboard
Access runtimeconfig in handler
I require some of the nuxt config settings that would typically be available using useRuntimeConfig
. However, that doesn't work from within the handler. Is there any way to retrieve these values?