Is it possible to register layers inside module?
I want to create a module that includes other modules and layers
for modules it's easy to do with
for layers I have try with
one solution for me now is extends target layer directly to app separate from module
back to my question, is it possible to register layers inside module?
ps. sorry for my bad english
for modules it's easy to do with
moduleDependencies for layers I have try with
nuxt.options.extends but it's not workone solution for me now is extends target layer directly to app separate from module
back to my question, is it possible to register layers inside module?
ps. sorry for my bad english