Skip to content

Commit

Permalink
Next14 support (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 23, 2024
1 parent 15525e2 commit 3edf3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public enum FrameworkType {
SOLID_START_LEGACY(Set.of("solid-start dev"), generic("dist", "dev", 3000)),
SOLID_START(Set.of("vinxi dev"), generic(".output", "dev", 3000)),
ASTRO(Set.of("astro dev"), generic("dist", "dev", 3000)),
NEXT(Set.of("next dev"), new NextFramework()),
NEXT(Set.of("next"), new NextFramework()),
NUXT(Set.of("nuxt dev"), generic("dist", "dev", 3000)),
ANGULAR(Set.of("ng serve"), new AngularFramework()),
EMBER(Set.of("ember-cli serve"), generic("dist", "serve", 4200)),
Expand Down

0 comments on commit 3edf3e8

Please sign in to comment.