Right now the implementation defines if the mode is production or not, based on a system property.
In Vaadin 24 it is possible to obtain that configuration programatically. It would be great that by default that the production status to be obtained from there in Vaadin 24.
Feature proposal
Right now the implementation defines if the mode is production or not, based on a system property. In Vaadin 24 it is possible to obtain that configuration programatically. It would be great that by default that the production status to be obtained from there in Vaadin 24.
Describe solution expectations
My expectation is that the code should call [isProductionMode](https://vaadin.com/api/platform/current/com/vaadin/flow/server/AbstractConfiguration.html#isProductionMode())
Additional information
No response