Skip to content

Commit e34b4ee

Browse files
authoredMar 19, 2025
Patch initializr react projects until removal of file-routes.ts is fixed (#20)
1 parent 7da037a commit e34b4ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎scripts/pit/lib/lib-patch.sh

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ applyPatches() {
4242
[ -n "$TEST" ] || log "Fixing quarkus dependencyManagement https://vaadin.com/docs/latest/flow/integrations/quarkus#quarkus.vaadin.knownissues"
4343
moveQuarkusBomToBottom
4444
;;
45+
initializer-vaadin-*-react)
46+
# Remove when this is fixed https://github.com/vaadin/flow/issues/21144
47+
frouter="./src/main/frontend/generated/file-routes.ts"
48+
[ -f "$frouter" ] && runCmd "Remove $frouter" "rm -f $frouter"
49+
moveQuarkusBomToBottom
50+
;;
4551
esac
4652

4753
# always successful

0 commit comments

Comments
 (0)