Replies: 1 comment 1 reply
-
I am interested in this. It can be provide as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in a monorepo and I'm using generated client as explained in the doc:https://hono.dev/docs/guides/rpc#using-rpc-with-larger-applications
However I still need to import the client in my frontend from my backend.
What could be awesome is to generate a client with minimal dependency that could be used by other projects (if I don't want to use a monorepo for instance).
An inspiration: in the @tanstack/react-router where a
routeTree.gen.ts
file is generated.Beta Was this translation helpful? Give feedback.
All reactions