Commit ab7db8f
Changed files (1)
examples
examples/background-process.mjs
@@ -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')