No badges yet
No accepted solutions yet
How to avoid VERCEL_OIDC_TOKEN from "busting" our turbo tasks
[quote="anthony-shew, post:6, topic:23800"] `"inputs": ["$TURBO_DEFAULT", "$TURBO_ROOT$/.env", ".env*"]` [/quote] Wow thanks so much! This is super helpful. Indeed I think the...
How to avoid VERCEL_OIDC_TOKEN from "busting" our turbo tasks
> The question that leaves me with is: Why is that file included in your hashes? Right! Well we have this in our turbo config: ``` { "$schema": "https://turbo.build/schema.json", "globalDependen
Moved to pnpm yet see no modules being cached
<!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand...
Add pre-build turbo prune support
Sometimes restoring a cache takes longer than installing deps, so I don't consider it solved for all steps. It's about 1-3 minutes to restore ~/.npm then 1-2 minutes to run `npm i`...
Middleware size is less than 1 MB still deployment failing
I don't have a lot of context on your source code, although what is inside `@/utils/apiRoute`, `@/lib/auth`, and `@/auth.config`? Do they perhaps import large libraries? If so, it...
Who's Hiring (December 2024)
Creative Fabrica | Senior Frontend Engineer, Studio (Canvas) | Amsterdam (Remote possible) | Full-time | https://grnh.se/99670d22teu We're Creative Fabrica, a fast scaling tech...
Add pre-build turbo prune support
Hi! Thanks for the reply, perhaps I was not so clear: by dependencies I mean't npm dependencies, deps inside package.json. For example if `apps/web` has a lot of dependencies such...
Add pre-build turbo prune support
Feature Request: Turbo Prune Pre-Build Support We're managing a large monorepo where most apps only need a fraction of the total dependencies. However, each build currently waits...