Specifying Supabase Client Dependency in Next.js Effect
so I'm using supabase in my next.js app and I want to declare a dependency on a supabase client in an effect. What's a good way to specify the dependency such that only the correct (e.g. server-side, client-side, or service role) client can be provided?
