How to improve editor performance for NON monorepo? #3838
branislavbrincko
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project uses Next.js and Hono via RPC.
As the project is growing in size, the editor performance is becoming quite poor.
There's a section in docs talking about precompling types ahead of time - https://hono.dev/docs/guides/rpc#compile-your-code-before-using-it-recommended.
My question - is this possible only in monorepos or is it possible also in single repo project - Next.js project that has Hono "embeded" in api routes? If it's possible, how can this be achieved?
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions