Check for non-layers (maybe only needed for the tests)
Call addComponentsDir for all found directories
Why?
Current status:
If you use nuxt-layers and have an autoImportPath in the layer, for example, this will be overwritten if you also use one in the app.
New status:
Each layer is searched for autoImportPath and all are added.
Why? Current status: If you use nuxt-layers and have an autoImportPath in the layer, for example, this will be overwritten if you also use one in the app.
New status: Each layer is searched for autoImportPath and all are added.