Nuxt config Supabase: import types from another package
nuxt4🧰modules
Hello there.
I'm using Nuxt and supabase in a Monorepo where there's multiple Nuxt Project and a single ExpressJs API. I'm using Supabase as a backend i've created a Shared package for storing shared entities (route, DTO, params and types).
The supabase types are in this shared package and I would love to use it directly inside my Nuxt projects.
But unfortunately the following configuration in the