Skip to content

Commit

Permalink
Midway.js Support (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Aug 7, 2023
1 parent f023d24 commit 07ef2a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public enum FrameworkType {
GATSBY("dist", "develop", 8000, Set.of("gatsby-cli")),
CYCLEJS("build", "start", 8000, Set.of("cycle")),
RIOTJS("build", "start", 3000, Set.of("riot-cli")),
MIDWAYJS("dist", "dev", 7001, Set.of("midway")),
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 07ef2a2

Please sign in to comment.