Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin: Turborepo #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

plugin: Turborepo #8

wants to merge 1 commit into from

Conversation

codinsonn
Copy link
Contributor

@codinsonn codinsonn commented Apr 21, 2024

Plugin features when merged

  • Set up your monorepo tasks with turborepo for essential monorepo tooling

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

Official Turborepo Docs

https://turbo.build/repo

@codinsonn codinsonn self-assigned this Apr 21, 2024
Copy link

vercel bot commented Apr 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
universal-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 2:39pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
universal-base-starter-docs ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2024 2:39pm

@codinsonn codinsonn mentioned this pull request May 8, 2024
41 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant