back to port 4001

This commit is contained in:
Kyle Spearrin 2017-03-11 19:51:28 -05:00
parent ed9d26fd1b
commit 1cbd322105
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ gulp.task('deploy', ['dist'], function () {
gulp.task('serve', function () {
connect.server({
port: 4011,
port: 4001,
root: ['src']
});
});