diff --git a/.gitignore b/.gitignore index fad60ef255..dea5784906 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ public/sw.js.map public/worker-*.js public/worker-*.js.map +.turbo \ No newline at end of file diff --git a/turbo.json b/turbo.json new file mode 100644 index 0000000000..87bd3fc036 --- /dev/null +++ b/turbo.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://turbo.build/schema.json", + "pipeline": { + "build": { + "outputs": [".next/**", "!.next/cache/**"] + }, + "lint": {} + } + } + \ No newline at end of file