You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I generate the types locally export type CompositeTypes is not included in the generated output. This is tripping me up because everything else is identical and I see it's in the expected template as of #798
supabase gen types typescript --local --schema public,graphql_public
I realized this is likely a matter of supbase-cli updating its reference to this projects latest version in docker compose. I'm going to close since this no longer feels like a bug in this package and instead is an upstream problem.
When I generate the types locally
export type CompositeTypes
is not included in the generated output. This is tripping me up because everything else is identical and I see it's in the expected template as of #798When I generate the types remotely then I see
export type CompositeTypes
in the generated output.The text was updated successfully, but these errors were encountered: