Hi, is there a way to conditionally disable contract generation? Based on the env I want or not have it. I figured out that I can disable the render with
NoRenderer
but still get a 200 when calling the endpoint, it is empty so no big deal but I was just wondering if I can do better than that.