Skip to content

Commit

Permalink
chore: include com.vaadin.copilot.startup
Browse files Browse the repository at this point in the history
  • Loading branch information
tltv committed Apr 9, 2024
1 parent f932908 commit 93d88a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public class VaadinServletContextInitializer
"com.vaadin.flow.data.renderer", "com.vaadin.shrinkwrap",
"com.vaadin.copilot.CopilotIndexHtmlLoader",
"com.vaadin.copilot.CopilotLoader",
"com.vaadin.hilla.startup")
"com.vaadin.copilot.startup", "com.vaadin.hilla.startup")
.collect(Collectors.toList());

/**
Expand Down

0 comments on commit 93d88a1

Please sign in to comment.