Chad Norvell
Chad Norvell
HHono
Created by brunoalano on 6/6/2024 in #help
Using Hono through Bun inside a Node/Pnpm Monorepo
I just did the same thing today with an existing pnpm /turbo monorepo. I swapped out hono/node-server with Bun without any problems at all. I just made sure to replace tsx watch index.ts with bun --watch index.ts in my package.json scripts.
4 replies