Replies: 1 comment 2 replies
-
Anyone here to assist / guide at all? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I am developing on a large scale app which in one repository we host 3 backend apps and 1 frontend (angular) and there are quite some libs for backend and common (constants, enums etc) that we reuse across our apps. I've noticed that since all of my libs are buildable (there is an issue with nx that non-buildable libs can't be used to buildable) is taking lotttttt of time to rebuild locally when a file has changed, and i am wondering how can i speed up my local dev server because it has started to get annoying lately.
Below is my nx graph, so any ideas or if you want me to provide further information please ask so i could at least increase the speed of my local server.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions