FullProduct.dev is still in Beta. 🚧 Official release coming in october ⏳
Plugin Branches
Turborepo

Turborepo

git merge with/turborepo

Plugin features when merged

Enable Remote task runner cache

npm run turbo:login
npm run turbo:link

A major key 🔑 to Turborepo's speed is that it is both lazy and efficient—it does the least amount of work possible and it tries to never redo work that's already been done before. At the moment, Turborepo caches your tasks on your local filesystem (i.e. "single-player mode," if you will). What if there was a way to teleport and share a single cache across machines? Almost like a "Dropbox" for your Turborepo cache.

https://turbo.build/repo/docs/getting-started/existing-monorepo#using-remote-caching-for-local-development (opens in a new tab)

Official Turborepo Docs

https://turbo.build/repo (opens in a new tab)