honojs / website

Repository for hono.dev
https://hono.dev
68 stars 213 forks source link

Update Bun and Deno run commands #296

Closed morinokami closed 2 months ago

morinokami commented 2 months ago

To maintain consistency with other examples that use npm run dev as the command for running an app, I've modified the run commands for Bun and Deno. Since the templates for Bun and Deno include the necessary scripts (https://github.com/honojs/starter/blob/main/templates/bun/package.json#L3, https://github.com/honojs/starter/blob/main/templates/deno/deno.json#L3), this should not cause any issues.

yusukebe commented 2 months ago

HHi @morinokami

Thanks! That's good. Merging now.