Skip to content

Commit

Permalink
Next build dir is .output
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 12, 2024
1 parent e033409 commit b90b5f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public enum FrameworkType {
SOLID_START(Set.of("vinxi dev"), generic(".output", "dev", 3000)),
ASTRO(Set.of("astro dev"), generic("dist", "dev", 3000)),
NEXT(Set.of("next"), new NextFramework()),
NUXT(Set.of("nuxt dev"), generic("dist", "dev", 3000)),
NUXT(Set.of("nuxt dev"), generic(".output", "dev", 3000)),
ANGULAR(Set.of("ng serve"), new AngularFramework()),
EMBER(Set.of("ember-cli serve"), generic("dist", "serve", 4200)),
GATSBY(Set.of("gatsby develop"), generic("dist", "develop", 8000)),
Expand Down

0 comments on commit b90b5f0

Please sign in to comment.