apps/docs/content/docs/reference/scan.mdx
Enable faster tooling for your Turborepo locally with one, interactive command.
turbo scan
You'll be taken through a short series of steps to enable the fastest settings for your Turborepo. These optimizations include:
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.turbo run): Turborepo's daemon is no longer used for turbo run. It is still used by turbo watch and the Turborepo LSP.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.