Skip to content

Commit

Permalink
fix(example): change serve port from 5000 to 3000 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
miaopeng committed Apr 7, 2022
1 parent 9589f19 commit ab7db8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/background-process.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ for await (let chunk of serve.stdout) {
if (chunk.includes('Accepting connections')) break
}

await $`curl http://localhost:5000`
await $`curl http://localhost:3000`

serve.kill('SIGINT')

0 comments on commit ab7db8f

Please sign in to comment.