9 Replies
It does support async, how are you trying to call
Deno.serve
?You're not returning a response, the type error is concerned with that.
Makes sense.
What about ?
Is there a way to set another port?
another server is running on port 8000
Yes.
Yes, add the port as an argument:
Okay, thanks!
I get that also. Just need to return a new Response()