Back to Turborepo

scan (Deprecated)

apps/docs/content/docs/reference/scan.mdx

2.9.171.6 KB
Original Source
<Callout type="warn" title="Deprecated"> `turbo scan` has been deprecated and will be removed in a future major version. Running it will print a deprecation warning and exit. </Callout>

Enable faster tooling for your Turborepo locally with one, interactive command.

bash
turbo scan

You'll be taken through a short series of steps to enable the fastest settings for your Turborepo. These optimizations include:

  • Git FS Monitor: turbo leans on Git to do file change discovery. Since we have to wait for git to tell us about changes, we can use Git's built-in filesystem monitor to get those notifications sooner.
  • Turborepo Daemon (deprecated for turbo run): Turborepo's daemon is no longer used for turbo run. It is still used by turbo watch and the Turborepo LSP.
  • Remote Caching: While Turborepo can cache your work locally, it can also share a cache across all of your machines. Enabling Remote Caching makes your caching multiplayer, ensuring that you, your teammates, and your CI machines, never do the same work twice.
  • Check turbo version: We're always working towards making turbo better. To ensure you are using the latest version of Turborepo, we'll check your version and remind you to install latest if you aren't using it yet.
  • Check for Turborepo LSP: Visit the VSCode Extension Marketplace and install the Turborepo LSP extension for your IDE.