Skip to content

Commit 9d438f5

Browse files
Claudehotlong
andauthored
fix: correct includeFiles pattern in vercel.json for @libsql/client
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/72059f26-f877-41e1-8ed7-5ed564e6618f Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2364437 commit 9d438f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api/**/*.js": {
1414
"memory": 1024,
1515
"maxDuration": 300,
16-
"includeFiles": "{node_modules/@libsql,node_modules/better-sqlite3,node_modules/@ai-sdk}/**"
16+
"includeFiles": "node_modules/{@libsql,better-sqlite3,@ai-sdk}/**"
1717
}
1818
},
1919
"headers": [

0 commit comments

Comments
 (0)