Skip to content

Commit c3b6c83

Browse files
fix(server): Fix vercel.json schema - includeFiles should be string not array
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/1245e678-d4d6-4f94-8c34-64c7bced2044 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 5cd6c83 commit c3b6c83

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

apps/server/vercel.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"api/**/*.js": {
1414
"memory": 1024,
1515
"maxDuration": 60,
16-
"includeFiles": [
17-
"node_modules/@libsql/**",
18-
"node_modules/better-sqlite3/**"
19-
]
16+
"includeFiles": "node_modules/{@libsql,better-sqlite3}/**"
2017
}
2118
},
2219
"headers": [

0 commit comments

Comments
 (0)