Supabase CLI - Generating types from local hosted supabase possible?
In your recent blogpost you mentioned that from now on, we can generate types for our database with:
supabase gen types typescript --local > DatabaseDefinitions.ts
supabase gen types typescript --local > DatabaseDefinitions.ts
In the example you use a supabase installation thats managed via supabase CLI. Is there a way to also generate types from a different, currently running local hosted installation?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.