Skip to content

Commit 51cc7bf

Browse files
chore: change localhost port to avoid macOS collision (#518)
* fix(deps): update dependency lighthouse to v9.6.8 * Bump port number to avoid conflict running on macOS Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5ddda1 commit 51cc7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const getServer = ({ serveDir, auditUrl }) => {
3131
app.use(compression());
3232
app.use(express.static(serveDir));
3333

34-
const port = 5000;
34+
const port = 5100;
3535
const host = 'localhost';
3636
const server = {
3737
listen: (func) => {

0 commit comments

Comments
 (0)