turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.

Results 718 turbo issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/vercel/turborepo/discussions/640 Originally posted by **snorreks** January 29, 2022 Is anyone using firebase functions with turborepo? If so, how are you importing packages?

area: examples

### Describe the feature you'd like to request Go back to zero config ### Describe the solution you'd like - [ ] Remove the need for `turbo.json` or any config...

### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

### Describe the feature you'd like to request There is precedent in using the `"engines"` property of `package.json` files to ensure that globally installed tools of the wrong version cannot...

### Describe the feature you'd like to request The documentation for providing a custom remote caching server merely says: > You can see the endpoints / requests [needed here](https://github.com/vercel/turborepo/blob/main/cli/internal/client/client.go). There...

area: docs

### What version of Turborepo are you using? 1.2.16 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Linux,...

### Describe the feature you'd like to request Hi, First of all, thanks for this awesome project, it's really powerful! We're currently using the great `turbo prune` feature, and we...

area: ergonomics
owned-by: turborepo
area: prune

Commits: 1. Move `RootPackageJSON` out of `Config`. Only `run` and `prune` need it 2. Move `calculateGlobalHash` and associated code into the `run` package. Only `run` needs it, and it is...

### Describe the feature you'd like to request Right now you need to be in the repository root in order to run `turbo` commands. This is because it looks for...

story

### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux...