dbushell / sveltekit-adapter-deno

🦕 SvelteKit Adapter for Deno and Deno Deploy
MIT License
47 stars 1 forks source link

Discoverability #5

Open benmccann opened 10 months ago

benmccann commented 10 months ago

You might consider listing this component on sveltesociety.dev. Or perhaps joining efforts with the other SvelteKit adapter for Deno that already exists

https://sveltesociety.dev/components#component-svelte-adapter-deno

dbushell commented 10 months ago

Thanks for the suggestion!

Originally this was going to be a PR to the existing adapter. I added my notes to the related Deno Deploy issue. My "fix" ended up being a complete rewrite so I published it here as a working example.

I'm hesitant to promote this adapter because ideally there would only be one (the original). But it seems like neither myself nor the original author have any time now.

I'd rather be coding SvelteKit websites but I'm stuck on WordPress projects right now 😞

jpaquim commented 8 months ago

@dbushell hey, I was just thinking of writing you concerning merging projects, I think it's redundant to have both and I really haven't had the time to look after svelte-adapter-deno lately, I'm not working with Deno presently. Let me know what you think, I'm happy with either upstreaming your code into my repo, or otherwise transferring the npm package name and you can rename the repo if it makes sense, whatever works for you 🙂

dbushell commented 8 months ago

@jpaquim I'm in a similar position I'm not doing much Svelte Kit lately. So I may not be able to maintain anything going forward!

I think it's fine though to leave both repos as they are for now. There is value in your version using Rollup which the official adapters use. Maybe someone else will come along and make a unified version.

Anyway, thanks for the comment. I'll give it more thought if I start working with Svelte Kit again.