-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate from pnpm to Bun #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Replace pnpm with Bun as the package manager and JavaScript runtime: - Update package.json to remove pnpm-specific config (packageManager, preinstall) - Replace pnpm-lock.yaml with bun.lock - Update Dockerfile to use oven/bun:1-alpine images - Update flake.nix to include bun instead of nodejs+corepack - Update CLAUDE.md documentation with bun commands - Remove .npmrc (no longer needed)
Code Review: Migrate from pnpm to BunThank you for this PR! The migration from pnpm to Bun looks well-executed overall. Here's my detailed review: ✅ Strengths
|
javdl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
|
@claude make fixes and update readme |
|
Claude finished @javdl's task in 1m 45s —— View job • Fixes and documentation updates complete ✓Tasks
Changes Made
SummaryThe Bun migration is now complete! I've fixed the issues identified in the code review:
These changes complete the migration from pnpm to Bun across all configuration files. |
Replace pnpm with Bun as the package manager and JavaScript runtime: