Skip to content

Commit 41a7e65

Browse files
author
Kevin Robinson
committed
Update port to avoid collision
1 parent 75532af commit 41a7e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/loggit-todomvc/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ new WebpackDevServer(webpack(config), {
99
stats: {
1010
colors: true
1111
}
12-
}).listen(3000, 'localhost', function (err) {
12+
}).listen(3001, 'localhost', function (err) {
1313
if (err) {
1414
console.log(err);
1515
}
1616

17-
console.log('Listening at localhost:3000');
17+
console.log('Listening at localhost:3001');
1818
});

0 commit comments

Comments
 (0)