Alex

Results 2 comments of Alex

Same for me Database types configured at "./shared/types/database.types.ts" but file not found at "/Users/al/project/node_modules/@nuxtjs/supabase/dist/shared/types/database.types.ts". Using "Database = unknown".

Hi @larbish Docs: default location = `./types/database.types.ts` therefore nuxt.config.ts > `types: './shared/types/database.types.ts'` Getting the above warning since nuxt v4.1.3 and @nuxtjs/supabase v2.0.1 Given that nothing changed, I just tried `types:...