1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

back to port 4001

This commit is contained in:
Kyle Spearrin 2017-03-11 19:51:28 -05:00
parent ed9d26fd1b
commit 1cbd322105

View File

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