Why is config.toml required to generate types?
Hello, I have two repos, one that contains the supabase code, and one that contains the frontend. I noticed that trying to run the
supabase gen types command fails when I provide a db-url saying that the config is missing. However I want to keep these repos separate. Is there anything we can do to retain this?