We have more and more apps & libraries that are depandant on eachother that needs to be rebuilt or typecheck when changes are made. Having some parts cached might also help for CI runs on PRs.
In the future we might want to also have some test apps for generic vite/nextjs/webpack project.
This will add more complexity and dependencies to our project but the benefit of catching errors might out weigh this if its easy and fast to setup and use.
Spike on using nx for managing our monorepo.
We have more and more apps & libraries that are depandant on eachother that needs to be rebuilt or typecheck when changes are made. Having some parts cached might also help for CI runs on PRs.
In the future we might want to also have some test apps for generic vite/nextjs/webpack project.
This will add more complexity and dependencies to our project but the benefit of catching errors might out weigh this if its easy and fast to setup and use.