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.
1 parent a5c852d commit 6627b9aCopy full SHA for 6627b9a
example.js
@@ -33,6 +33,7 @@ async function startProxy (upstream) {
33
})
34
35
await server.listen(3000)
36
+ return server
37
}
38
39
async function run () {
0 commit comments