hono-storage icon indicating copy to clipboard operation
hono-storage copied to clipboard

Deno support

Open ibodev1 opened this issue 2 years ago • 3 comments

For those who want to use hono and hono-storage for deno developers, can deno support be brought to hono-storage?

ibodev1 avatar Oct 31 '23 08:10 ibodev1

Hi, @ibodev1 thank you for requesting!

I'd like to support that! I'm currently investigating the way to use Denoify to create a workflow that would automatically release to deno as well.

sor4chi avatar Oct 31 '23 11:10 sor4chi

It seems that deno.land/x and monorepo are not compatible. I haven't tried it yet, but I'm currently thinking of using it via the npm specifier.

sor4chi avatar Nov 01 '23 01:11 sor4chi

npm: the simple way is to use it with a prefix, but it might be more useful if there is a deno_dist.

ibodev1 avatar Nov 09 '23 08:11 ibodev1