mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Correct package names in documentation: - Use `react-server-dom-bun` instead of `react-server-dom-webpack` - Update install command to match actual requirements from bake.zig:344 - Fix serverRuntimeImportSource to use correct Bun-specific package Based on actual implementation in: - /workspace/bun/src/bake.zig:234 (server_runtime_import) - /workspace/bun/src/bake.zig:344 (react_install_command) - /workspace/bun/test/bake/bake-harness.ts (test install commands) The index.ts file is marked as "unused by Bun itself" and contains outdated references. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>