Use hono with Turborepo's JIT packages?
I'm trying to setup a monorepo with Turborepo. One of the concepts are just-in-time packages. These packages export TypeScript files and are transpiled by the consuming application. My understanding is that these types of packages require a bundler. However, the hono server typically just relies on
https://turborepo.com/docs/core-concepts/internal-packages#compilation-strategies
Is there still a way I can use just-in-time packages with hono?
tsc. https://turborepo.com/docs/core-concepts/internal-packages#compilation-strategies
Is there still a way I can use just-in-time packages with hono?