--frozen-lockfile uses exact URLs from lockfile; BUN_CONFIG_REGISTRY only
affects new resolution. Replace mirror URLs in-place before install so
macOS CI runner can download packages from npmjs.org.
CI runner cannot access npmmirror.com (Chinese mirror) baked into bun.lock.
Set BUN_CONFIG_REGISTRY=https://registry.npmjs.org/ at workflow level.
Local dev remains unaffected — ~/.npmrc still uses npmmirror.
* feat: 支持自托管的 remote-control-server (#214)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
- Add GitHub Actions workflow to auto-generate contributors.svg
- Update README to use local contributors.svg file
- Use dynamic repository detection for forked repos
🤖 Generated with Claude Code