Skip to content

Commit

Permalink
Aurelia support (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Jul 14, 2023
1 parent 2a5971d commit 74e28e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public enum FrameworkType {
NEXT("out", "dev", 3000, Set.of("next")),
ANGULAR("dist/%s", "start", 4200, Set.of("ng")),
EMBER("dist", "serve", 4200, Set.of("ember-cli")),
AURELIA("dist", "start", 8080, Set.of("aurelia-cli")),
WEB_COMPONENTS("dist", "start", 8003, Set.of("web-dev-server"));

private static final Logger LOG = Logger.getLogger(FrameworkType.class);
Expand Down

0 comments on commit 74e28e2

Please sign in to comment.