Skip to content

Commit

Permalink
Fix quarkiverse#707: 2.3 Add Farm support
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jul 2, 2024
1 parent 833a493 commit 07f9f00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public enum FrameworkType {
REACT(Set.of("react-scripts start", "react-app-rewired start", "craco start"), new ReactFramework()),
VUE_LEGACY(Set.of("vue-cli-service serve"), generic("dist", "serve", 3000)),
VITE(Set.of("vite"), generic("dist", "dev", 5173)),
FARM(Set.of("farm"), generic("dist", "dev", 9000)),
SOLID_START(Set.of("solid-start dev"), generic("dist", "dev", 3000)),
ASTRO(Set.of("astro dev"), generic("dist", "dev", 3000)),
NEXT(Set.of("next dev"), new NextFramework()),
Expand Down

0 comments on commit 07f9f00

Please sign in to comment.