Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set load-on-startup for automatically registered Vaadin servlet (#…
…398) (#410) When using Vite, DevModeInitializer blocks dev-server startup until a VaadinServlet is deployed because it needs to get the servlet path to use. If the container lazily loads servlets, Vite will not start until the first HTTP request for the Vaadin servlet is received. This change sets load-on-startup feature for automatically deployed Vaadin servlet, to ensure that the servlet and Vite are loaded on the startup of the Web application Part of vaadin/flow#14479 Co-authored-by: Marco Collovati <[email protected]>
- Loading branch information