diff --git a/gulpfile.js b/gulpfile.js index f28862f6..0e7d374a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -716,7 +716,7 @@ gulp.task("express", function() { res.sendFile("index.html", {root: __dirname + "/dist/"}); }); - app.listen(9002); + app.listen(9001); }); //Rerun the task when a file changes