Closed jcgueriaud1 closed 4 months ago
If there is a Hilla view in the project the endpoint should be "hot-reload" by default. For a Flow project, it should be disabled by default.
Similar to the vaadin.frontend.hotdeploy, there should be a auto configuration as default. Then a user can force it to true or false if needed.
vaadin.frontend.hotdeploy
auto
See this ticket: https://github.com/vaadin/flow/issues/18578
The hotswap handling has changed in 24.5 and hilla.endpoint.hot-reload.enabled is no longer there.
hilla.endpoint.hot-reload.enabled
Describe your motivation
If there is a Hilla view in the project the endpoint should be "hot-reload" by default. For a Flow project, it should be disabled by default.
Describe the solution you'd like
Similar to the
vaadin.frontend.hotdeploy
, there should be aauto
configuration as default. Then a user can force it to true or false if needed.Additional context
See this ticket: https://github.com/vaadin/flow/issues/18578