pinia auto import not working in nuxt layer

nuxt: v4.2.2
pinia: v3.0.4
@pinia/nuxt: v0.11.3

im still facing this issue, my config:

<root>/nuxt.config.ts:

pinia:{
  storesDirs: ['app/stores/**', 'layers/hello/app/stores/**']
}


<root>/layers/hello/nuxt.config.ts:

export default defineNuxtConfig({})


expected:

everything ok


actual behaviour:

whole pinia store not working including the root one
Was this page helpful?