Skip to content

Commit

Permalink
fix(12182): updated default port when server is created
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstevens37 committed Jun 27, 2024
1 parent d4edcba commit 38247e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/api/server.zig
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ pub const ServerConfig = struct {
var args = ServerConfig{
.address = .{
.tcp = .{
.port = 0,
.port = 3000,
.hostname = null,
},
},
Expand Down

0 comments on commit 38247e8

Please sign in to comment.