Skip to content

Commit

Permalink
update rollup serve port from 8080 to 8091
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil committed Jun 4, 2020
1 parent 5185185 commit bd7695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (isProduction) {
);
} else {
plugins.push(
serve({ open: true, port: 8080, contentBase: '' }),
serve({ open: true, port: 8091, contentBase: '' }),
livereload('dist')
);
}
Expand Down

0 comments on commit bd7695f

Please sign in to comment.