You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve pnpm symlinks for Vercel serverless function packaging
Install external dependencies (pino, pino-pretty, @libsql/client) via npm
into api/node_modules/ during the build step. This creates real directories
(no symlinks) that Vercel can properly package for the serverless function.
- Updated build-vercel.sh to install external deps in api/node_modules/
- Updated vercel.json includeFiles to api/node_modules/**
- Added @libsql/client to esbuild EXTERNAL list
- Added api/node_modules/ and public/ to .gitignore
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/a2378bd5-dff3-42d5-bf08-1dff787cf351
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
0 commit comments