We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da037a commit e34b4eeCopy full SHA for e34b4ee
scripts/pit/lib/lib-patch.sh
@@ -42,6 +42,12 @@ applyPatches() {
42
[ -n "$TEST" ] || log "Fixing quarkus dependencyManagement https://vaadin.com/docs/latest/flow/integrations/quarkus#quarkus.vaadin.knownissues"
43
moveQuarkusBomToBottom
44
;;
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
+ ;;
51
esac
52
53
# always successful
0 commit comments