nuxt module add
-> select the nuxt.config.ts
to install when working with layers
#361
Open
2 of 4 tasks
Labels
enhancement
New feature or request
Describe the feature
When working with Nuxt Layers and you add a Nuxt module using the Nuxt Devtools or using nuxi
nuxi module add tailwind
it adds the module to the rootnuxt.config.ts
file and this is not configurable.My
nuxt.config.ts
file is only for extending layers and I do not want Nuxt to add modules here. It would be very nice if this was configurable (or if asked me which nuxt.config.ts to use) so that I can specify whichnuxt.config.ts
file I actually want it to use. Maybe before adding the module it could ask me which one I want it to add the module to.Additional information
Final checks
The text was updated successfully, but these errors were encountered: