This is going to be a newbie question, but is it possible ( from client or server side) to get the list of used modules ( from inside nuxtConfig )? I think i know the answer that it's only available during build time.
I tried in server using useRuntimeConfig()
tried useNuxtApp() in client side
Both to no avail.
Is there an alternative?