Incognitus
Explore posts from serversHow to share configs in DDD Nuxt App?
I have flat structure
I decided that all my auto-import rools will be in root nuxt.config
When I try to
pnpm dev
in auth/.playground
I get error, that myStore
is not defined in auth default layout.
I thought that root nuxt.config is shared between layers, but turns out its not. How do I have to manage configs, to be able to test them in .playground?5 replies