aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/apps/web/turbo.json
blob: fa10d78363116a93fdc32133a003de6852c2c1e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://turbo.build/schema.json",
  "extends": ["//"],
  "pipeline": {
    "build": {
      // include .vercel to ensure output is cached when deploying on Vercel (https://vercel.com/docs/build-output-api/v3)
      "outputs": ["public/**", ".cache/**", ".vercel/**"],
      "env": ["NODE_ENV"]
    }
  }
}