Skip to content

Commit

Permalink
qwik support (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Jul 19, 2023
1 parent 46048ca commit 59cd58d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public enum FrameworkType {
EMBER("dist", "serve", 4200, Set.of("ember-cli")),
AURELIA("dist", "start", 8080, Set.of("aurelia-cli")),
POLYMER("build", "serve", 8080, Set.of("polymer-cli")),
QWIK("dist", "start", 5173, Set.of("qwik")),
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 59cd58d

Please sign in to comment.