We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57f229 commit eb6ebdbCopy full SHA for eb6ebdb
1 file changed
src/runtime/entries/dev.ts
@@ -31,6 +31,6 @@ server.listen(listenAddress, () => {
31
event: 'listen',
32
address: typeof _address === 'string'
33
? { socketPath: _address }
34
- : { host: _address.address, port: _address.port }
+ : { host: 'localhost', port: _address.port }
35
})
36
0 commit comments