Skip to content

Commit 477a1b2

Browse files
Copilothotlong
andcommitted
fix(apps/demo): vercel.json includeFiles must be string — use scope-level wildcards to stay under 256 chars
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/objectql/sessions/bc5f02b5-94c7-461d-88ad-1b1426c7d9a8
1 parent 138eccd commit 477a1b2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

apps/demo/vercel.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,7 @@
77
"api/**/*.ts": {
88
"memory": 1024,
99
"maxDuration": 60,
10-
"includeFiles": [
11-
"node_modules/@object-ui/console/dist/**",
12-
"node_modules/@objectstack/plugin-auth/dist/**",
13-
"node_modules/@objectstack/studio/dist/**",
14-
"node_modules/@objectql/example-project-tracker/dist/**",
15-
"node_modules/@objectql/driver-turso/dist/**",
16-
"node_modules/@libsql/**",
17-
"node_modules/libsql/**",
18-
"node_modules/@neon-rs/**",
19-
"node_modules/detect-libc/**",
20-
"node_modules/js-base64/**",
21-
"node_modules/promise-limit/**",
22-
"node_modules/nanoid/**"
23-
]
10+
"includeFiles": "node_modules/{@object-ui/*/dist,@objectstack/*/dist,@objectql/*/dist,@libsql,@neon-rs,libsql,detect-libc,js-base64,promise-limit,nanoid}/**"
2411
}
2512
},
2613
"rewrites": [

0 commit comments

Comments
 (0)