Skip to content

Commit

Permalink
Fix #705: Solid Start use vinxi dev also (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jun 25, 2024
1 parent 2a0ddc6 commit 41ddbe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +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)),
SOLID_START(Set.of("solid-start dev"), generic("dist", "dev", 3000)),
SOLID_START(Set.of("solid-start dev", "vinxi dev"), generic("dist", "dev", 3000)),
ASTRO(Set.of("astro dev"), generic("dist", "dev", 3000)),
NEXT(Set.of("next dev"), new NextFramework()),
NUXT(Set.of("nuxt dev"), generic("dist", "dev", 3000)),
Expand Down

0 comments on commit 41ddbe2

Please sign in to comment.