drizzle-kit pull not working (freezes) with supabase
I'm trying to integrate drizzle to an existing supabase project with 77 tables.
When i run
npx drizzle-kit pull
i see this log
and the command hangs there forever.
drizzle.config.ts
looks like:
Weird thing is when I add tableFilter: ["user"]
to the config the command works, but once I add more tables to the filter or try it without filters the command freezes.0 Replies