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
Replace all remaining bun references with pnpm or node:
- Remove bun from package.json devEngines
- Update AI SDK installation error message (bun -> pnpm)
- Update example run comment to use node directly
- Update installation instructions in examples (bun -> pnpm)
- Replace bun-types with node types in examples tsconfig.json
Node v24 can run TypeScript files directly without additional tools.
0 commit comments