Fresh migrating from serveTls
In my
This is working, but
How might I go about migrating to
main.ts file for Fresh I have some code I borrowed from source a few minor versions ago to serve HTTPS content when running on localhost. It looks like soThis is working, but
serveTls is marked deprecated in favor of Deno.serve. However, Deno.serve takes a single handler argument, not a handler and a config.How might I go about migrating to
Deno.serve here? Thanks!