turborepo-remote-cache 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Specify the region using the `AWS_REGION` environment variable, or in `~/.aws/co
|
|
|
45
45
|
- [Deploy on Vercel](#deploy-on-vercel)
|
|
46
46
|
- [Deploy on Docker](#deploy-on-docker)
|
|
47
47
|
- [Deploy on DigitalOcean](#deploy-on-digitalocean)
|
|
48
|
-
- [Remoteless with npx](#deploy-
|
|
48
|
+
- [Remoteless with npx](#deploy-remoteless-with-npx)
|
|
49
49
|
|
|
50
50
|
## Enable custom remote caching in your Turborepo monorepo
|
|
51
51
|
To enable a custom remote caching server in your Turborepo monorepo, you must add a config file by hand. The `turbo login` command works only with the official Vercel server.
|