dbushell / sveltekit-adapter-deno

🦕 SvelteKit Adapter for Deno and Deno Deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update: replace http/server with Deno.serve

dbushell opened this issue · comments

deno_std 0.196.0 deprecated http/server serve in favour of Deno.serve.

Deno deploy now supports this too.

fixed by 7f2c2a7