Skip to content

Commit cd08385

Browse files
Copilothotlong
andcommitted
fix(apps/demo): add ws, cross-fetch, node-fetch as explicit devDeps and to vercel.json includeFiles
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/objectql/sessions/b6031531-e25c-4d91-b5d7-330a54f53d0c
1 parent 477a1b2 commit cd08385

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

apps/demo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"nanoid": "^3.3.11",
4949
"promise-limit": "^2.7.0",
5050
"typescript": "^5.9.3",
51+
"ws": "^8.19.0",
52+
"cross-fetch": "^4.1.0",
53+
"node-fetch": "^2.7.0",
5154
"zod": "^4.3.6"
5255
},
5356
"engines": {

apps/demo/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": "node_modules/{@object-ui/*/dist,@objectstack/*/dist,@objectql/*/dist,@libsql,@neon-rs,libsql,detect-libc,js-base64,promise-limit,nanoid}/**"
10+
"includeFiles": "node_modules/{@object-ui/*/dist,@objectstack/*/dist,@objectql/*/dist,@libsql,@neon-rs,libsql,detect-libc,js-base64,promise-limit,nanoid,ws,cross-fetch,node-fetch}/**"
1111
}
1212
},
1313
"rewrites": [

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)