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.
2 parents 3c224e3 + e4f4093 commit 48ae8edCopy full SHA for 48ae8ed
packages/app/src/cli/services/dev/graphiql/server.ts
@@ -222,5 +222,5 @@ export function setupGraphiQLServer({
222
}
223
res.end()
224
})
225
- return app.listen(port, () => stdout.write(`GraphiQL server started on port ${port}`))
+ return app.listen(port, 'localhost', () => stdout.write(`GraphiQL server started on port ${port}`))
226
0 commit comments