Closed pomdtr closed 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.
serveStatic
I wonder if the deps.ts pattern is still necessary. We could maybe use import maps and drop the deno.land package.
deps.ts
Merged, and working on making a JSR release with this.
Thanks again for your contribution! ❤️
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.