Generating typescript schema not working
Im trying to generate typescript schema to use in my project. I put
And after a while stuck on "connecting" I get error "Error: error running container". Why is this?
npx supabase gen types typescript --db-url postgresql://postgres:postgres@db_url:5432/postgres > ./src/schema.tsAnd after a while stuck on "connecting" I get error "Error: error running container". Why is this?