Turbo repot config
Unanswered
Pavement ant posted this in #help-forum
Pavement antOP
I have a turborepo with next js 12, but build itself runs 10 minutes on vercel, I found that in config turbo.json was missed
.next/cache output , does it make sense have in turborepo, or exluce. I know that this folder is used for build caching purposes to make build faster. Offical doc indicate to exlude all from this folder
So should I indclude this to config or not?
.next/cache output , does it make sense have in turborepo, or exluce. I know that this folder is used for build caching purposes to make build faster. Offical doc indicate to exlude all from this folder
"outputs": [".next/**", "!.next/cache/**"]So should I indclude this to config or not?