honojs / examples

Examples using Hono.
https://hono.dev
662 stars 55 forks source link

Remove invalid workspaces #217

Closed sdil closed 1 month ago

sdil commented 1 month ago

Summary

I get the following error when running the project with deno

> deno serve --parallel jsx.tsx
error: Could not find package.json for workspace member in 'file:///Users/fyaacob/project/personal/hono-examples/mustache-template/'.

This is because there's no mustache-template and serve-static dir in the repo.

This PR removes them from the workspaces list.

yusukebe commented 1 month ago

@sdil

Good PR. Thanks!