I’m setting up a production database in supabase.
So far I’ve been using the 'Supabase Auth’ plugin,
But now I’d like to condition whether to use the Supabase PROD DB if the weweb environment is in production,
or use Supabase Test Database if weweb is NOT in production.