I'm working on a new version of gsap nuxt module, and I want to add this new feature:
After installing the module, the terminal asks you if you want to include some plugins in your configuration. If you answer yes, the list of available modules will be added to nuxt config.
My question is Which hook should I use to achieve this?