Skip to content

Commit ee35713

Browse files
Update packages/next/src/build/analyze/index.ts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 667c9fe commit ee35713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/build/analyze/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function startServer(dir: string, port: number): Promise<void> {
225225

226226
server.on('error', onError)
227227

228-
server.listen(port, () => {
228+
server.listen(port, 'localhost', () => {
229229
const address = server.address()
230230
if (address == null) {
231231
reject(new Error('Unable to get server address'))

0 commit comments

Comments
 (0)