Skip to content

Commit 21caa67

Browse files
committed
fix vercel deployment?
1 parent 6ffb754 commit 21caa67

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

turbo.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@
44
"tasks": {
55
"build": {
66
"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-
]
7+
"outputs": ["out/**", ".cache/tsbuildinfo.json"]
178
},
189
"test": {},
1910
"dev": {

vercel.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"projects": {
3+
"apps/docs": {
4+
"outputDirectory": "out"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)