Is there a way to access the `event` object from hooks in Nuxt / Nitro?
I have an application that sends an email to the user when they register in the
databaseAfter
hook. I am using @nuxtjs/i18n
and need to use the event
object for the language of the email. Is there a way to do this?0 Replies