Skip to content

Commit 7eda94c

Browse files
authored
Typo
1 parent 3a86678 commit 7eda94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function resolveDevServerUrl(address: AddressInfo, config: ResolvedConfig): DevS
402402
const host = configHmrHost ?? configHost ?? serverAddress
403403

404404
const configHmrClientPort = typeof config.server.hmr === 'object' ? config.server.hmr.clientPort : null
405-
const port = configHmrPort ?? address.port
405+
const port = configHmrClientPort ?? address.port
406406

407407
return `${protocol}://${host}:${port}`
408408
}

0 commit comments

Comments
 (0)