Skip to content

Commit

Permalink
fix: 8080 is running, change 8080 to 8888
Browse files Browse the repository at this point in the history
  • Loading branch information
sky committed Mar 7, 2019
1 parent fc9e01f commit 5bf57e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exports.getHost = port => {
};

exports.httpServer = (cfg, callback) => {
const port = cfg.port || 8080;
const port = cfg.port || 8888;
const root = exports.resolve(cfg.dist);
let index = cfg.index;
if (!index) {
Expand Down

0 comments on commit 5bf57e0

Please sign in to comment.