Push doesn't work
Yesterday I defined an npm command "db:push": "npx drizzle-kit push --config=drizzle.config.ts" and it worked perfectly. But today when I execute that command again with changes in schema.ts file, it just show the loading state but no response. I am using Supabase as a backend
