Runneing the following command
npx supabase gen types --lang=typescript --db-url postgresql://postgres:pass@localhost/webstudio
produces the error message: Docker Desktop is a prerequisite for local development. Follow the official docs to install: https://docs.docker.com/desktop
To Reproduce
npx supabase gen types --lang=typescript --db-url postgresql://postgres:pass@localhost/webstudio
Expected behavior
I am not using any Supabase services to generate types. Installing Docker for type generation seems unnecessary.
Runneing the following command
npx supabase gen types --lang=typescript --db-url postgresql://postgres:pass@localhost/webstudioproduces the error message:
Docker Desktop is a prerequisite for local development. Follow the official docs to install: https://docs.docker.com/desktopTo Reproduce
npx supabase gen types --lang=typescript --db-url postgresql://postgres:pass@localhost/webstudioExpected behavior
I am not using any Supabase services to generate types. Installing Docker for type generation seems unnecessary.