Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 2bf286d

Browse files
authored
ci: use 0.0.0.0 instead of localhost (#5)
1 parent 19d2079 commit 2bf286d

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
@@ -41,7 +41,7 @@ async function startApolloServer() {
4141

4242
await server.start()
4343
app.register(server.createHandler())
44-
await app.listen(port)
44+
await app.listen(port, '0.0.0.0')
4545
console.log(
4646
`🚀 Server ready at http://localhost:${port}${server.graphqlPath}`
4747
)

0 commit comments

Comments
 (0)