Skip to content

Commit 6ac6b7d

Browse files
Copilothotlong
andcommitted
fix: change includeFiles from array to string with brace expansion glob
The Vercel JSON schema requires includeFiles to be a string, not an array. Use brace expansion glob to include both workspace sources and @object-ui/console. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 66e91f0 commit 6ac6b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"api/**/*.ts": {
88
"memory": 1024,
99
"maxDuration": 60,
10-
"includeFiles": ["packages/*/src/**", "node_modules/@object-ui/console/**"]
10+
"includeFiles": "{packages/*/src,node_modules/@object-ui/console}/**"
1111
}
1212
},
1313
"rewrites": [

0 commit comments

Comments
 (0)