Skip to content

Commit

Permalink
POLYMER Support (#436)
Browse files Browse the repository at this point in the history
* POLYMER Support

* fix syntax
  • Loading branch information
shivam-sharma7 authored Jul 18, 2023
1 parent 13abc17 commit efe2e4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public enum FrameworkType {
ANGULAR("dist/%s", "start", 4200, Set.of("ng")),
EMBER("dist", "serve", 4200, Set.of("ember-cli")),
AURELIA("dist", "start", 8080, Set.of("aurelia-cli")),
POLYMER("build", "serve", 8080, Set.of("polymer-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 efe2e4a

Please sign in to comment.