Sharing the app type from my hono api to my client in a monorepo
I'm trying to share types between my Hono API and Svelte app. Currently doing this:
Importing directly from another app like this feels off. What's a better way to share types in a Turborepo setup? Thanks!
Importing directly from another app like this feels off. What's a better way to share types in a Turborepo setup? Thanks!