Shared types/utils
There appears to be work on a common
Is there a way to achieve this now in Nuxt3 by just updating my config? I understand the full implementation of this feature will have guards in place, but I just need a simple single location that is auto imported on both sides.
shared folder that can be imported/auto-imported via both Vue and the server at https://github.com/nuxt/nuxt/issues/28675Is there a way to achieve this now in Nuxt3 by just updating my config? I understand the full implementation of this feature will have guards in place, but I just need a simple single location that is auto imported on both sides.
GitHub
Describe the feature With the new directory structure, it makes sense to have a shared/ directory for sharing constants, types and other utils between the app/ and server/` directory. After discuss...