Skip to content

Commit

Permalink
chore: add hilla-dev-mode to bundle build files
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Feb 6, 2024
1 parent 34cfaad commit 7f0c1a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generator/templates/template-dev-bundle-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.vaadin.hilla</groupId>
<artifactId>hilla-dev-mode</artifactId>
<version>${hilla.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spreadsheet-flow</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions scripts/generator/templates/template-prod-bundle-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.vaadin.hilla</groupId>
<artifactId>hilla-dev-mode</artifactId>
<version>${hilla.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spreadsheet-flow</artifactId>
Expand Down

0 comments on commit 7f0c1a1

Please sign in to comment.