Closed th1m0 closed 2 months ago
Name | Link |
---|---|
Latest commit | c92697c528020c6d611491bd569bc9c804bdb6ee |
Latest deploy log | https://app.netlify.com/sites/n3-supabase/deploys/66d083a8124d810008b50b94 |
@th1m0 Do you have any idea on how to fix the ts
error in both src/runtime/plugins/supabase.client.ts
and src/runtime/plugins/auth-redirect.ts
since the baseUrl
was there to prevent this?
Errors happening on build => https://github.com/nuxt-modules/supabase/pull/404/files#file-src-runtime-plugins-auth-redirect-ts-L5
It seems the plugins require explicit type annotations. I will make a PR to update this.
Types of changes
Description
Added explicit types for composables: Ensured composables retain correct types after the build process by adding explicit type definitions.
Fixed import issue with Supabase-generated types: Updated the import path for Supabase-generated types to be relative.
Removed
baseUrl
from tsconfig: ThebaseUrl
setting intsconfig
was causing issues with type resolution within the project, so it was removed.