Skip to content

Commit

Permalink
fix: add new transfertypes plugin to new projects (#3237)
Browse files Browse the repository at this point in the history
Add new plugin to template
  • Loading branch information
cromoteca authored Feb 14, 2025
1 parent c7a35be commit 789f983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/prepare/templates/components/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@vaadin/hilla-generator-plugin-model": "{{version}}",
"@vaadin/hilla-generator-plugin-push": "{{version}}",
"@vaadin/hilla-generator-plugin-signals": "{{version}}",
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}"
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}",
"@vaadin/hilla-generator-plugin-transfertypes": "{{version}}"
}
}
3 changes: 2 additions & 1 deletion scripts/prepare/templates/components/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@vaadin/hilla-generator-plugin-model": "{{version}}",
"@vaadin/hilla-generator-plugin-push": "{{version}}",
"@vaadin/hilla-generator-plugin-signals": "{{version}}",
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}"
"@vaadin/hilla-generator-plugin-subtypes": "{{version}}",
"@vaadin/hilla-generator-plugin-transfertypes": "{{version}}"
}
}

0 comments on commit 789f983

Please sign in to comment.