Skip to content

Commit

Permalink
Use polka instead of express to serve the viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Feb 4, 2019
1 parent 1821812 commit 3f3a363
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 35 deletions.
110 changes: 88 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -38,12 +38,13 @@
"chalk": "^2.4.1",
"commander": "^2.18.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"filesize": "^3.6.1",
"gzip-size": "^5.0.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"opener": "^1.5.1",
"polka": "^0.5.1",
"serve-static": "^1.13.2",
"ws": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3f3a363

Please sign in to comment.