We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffb754 commit 21caa67Copy full SHA for 21caa67
turbo.json
@@ -4,16 +4,7 @@
4
"tasks": {
5
"build": {
6
"dependsOn": ["^build"],
7
- "outputs": [
8
- ".next/**",
9
- "!.next/cache/**",
10
- "next-env.d.ts",
11
- ".expo/**",
12
- ".output/**",
13
- ".vercel/output/**",
14
- ".cache/tsbuildinfo.json",
15
- "dist/**"
16
- ]
+ "outputs": ["out/**", ".cache/tsbuildinfo.json"]
17
},
18
"test": {},
19
"dev": {
vercel.json
@@ -0,0 +1,7 @@
1
+{
2
+ "projects": {
3
+ "apps/docs": {
+ "outputDirectory": "out"
+ }
+}
0 commit comments