You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to update codestart there's a maven profile running the HillaAppInitUtility class to generate up-to-date resources.
However, Hilla removed the class, so the process is not working anymore.
We need to find an alternative way to update the code start code.
Some tools we can consider:
npm init vaadin@latest
download from https://start.vaadin.com/dl?preset=base,partial-hilla-example-views&projectName=qh-codestart (base,hilla for Lit)
The text was updated successfully, but these errors were encountered:
Currently, to update codestart there's a maven profile running the
HillaAppInitUtility
class to generate up-to-date resources.However, Hilla removed the class, so the process is not working anymore.
We need to find an alternative way to update the code start code.
Some tools we can consider:
npm init vaadin@latest
https://start.vaadin.com/dl?preset=base,partial-hilla-example-views&projectName=qh-codestart
(base,hilla
for Lit)The text was updated successfully, but these errors were encountered: