Skip to content

Commit e4f4093

Browse files
amcaplanclaude
andcommitted
Specify localhost for GraphiQL server
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7e6a097 commit e4f4093

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/cli/services/dev/graphiql

1 file changed

+1
-1
lines changed

packages/app/src/cli/services/dev/graphiql/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ export function setupGraphiQLServer({
222222
}
223223
res.end()
224224
})
225-
return app.listen(port, () => stdout.write(`GraphiQL server started on port ${port}`))
225+
return app.listen(port, 'localhost', () => stdout.write(`GraphiQL server started on port ${port}`))
226226
}

0 commit comments

Comments
 (0)