pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno
https://svelte-adapter-deno.deno.dev/
MIT License
313 stars 14 forks source link

Migrate from opine to oak, support Deno Deploy #18

Closed jpaquim closed 2 years ago

jpaquim commented 2 years ago

After trying for a bit, I was unable to get the opine-based adapter to correctly run under Deno Deploy. At least for the moment, it seems that oak is the better option, and it works out of the box with Deno Deploy.

Part of the adapter implementation was migrated to match what @sveltejs/adapter-cloudflare-workers does, given the similarty in environment.