Turborepo标签If you are building and hosting your apps on Vercel, Remote Caching will be automatically set up on your behalf once you use turbo. You need to update your build settings to build with turbo.
如果我在netlify部署我的堆栈,我还能使用vercel提供的缓存服务吗?
谢谢
发布于 2022-11-25 12:14:09
你当然可以。别以为这很重要你在哪里部署它。你还得做:
npx turbo login和
npx turbo link才能访问缓存。
然后,您需要将CI链接到Vercel远程缓存,这意味着从Vercel配置中获取令牌、API和团队,并将它们作为turbo添加到ci.yaml配置中。
有关详细信息,请参阅CI规则文档。
https://stackoverflow.com/questions/73968848
复制相似问题