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 cp -rL infinite recursion - add external deps as direct dependencies
- Add @libsql/client and better-sqlite3 as direct dependencies in apps/studio/package.json
- Remove package copying logic from build-vercel.sh that caused infinite recursion
- Vercel will install these packages automatically via pnpm install
- Fixes build error: cp: cannot stat '../../node_modules/.pnpm/node_modules/@ai-sdk/react/react/react/...'
- Update pnpm-lock.yaml
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/c8a7ff61-0ed4-46cc-ba58-56c1c0b9de42
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
0 commit comments