NfNitLoop / deno-embedder

Dev tools for embedding files into Deno applications
Other
44 stars 4 forks source link

add hono middleware #13

Closed pomdtr closed 5 months ago

pomdtr commented 5 months ago

closes #12

The api follow the standard serveStatic middleware for node, deno, cloudflare, nodejs... in order to feel familiar for hono users.

I wonder if the deps.ts pattern is still necessary. We could maybe use import maps and drop the deno.land package.

NfNitLoop commented 5 months ago

Merged, and working on making a JSR release with this.

Thanks again for your contribution! ❤️