H
Hono2d ago
veeque

Best way to export types for use in a separate app with `hc` client

I have a monorepo where one folder contains the Hono app, and another a SvelteKit one. How best do I make the type available to the SvelteKit project for use with the hc client?
1 Reply
ambergristle
ambergristle2d ago
a shared types.d.ts seems like a good place to start idk that it really matters as long as it's clear + consistent w the app architecture overall

Did you find this page helpful?