设置bun开发环境 [draft]
安装 windows powershell -c "irm http://bun.sh/install.ps1 | iex" 安装组件 npm bun install -g npm 配置npm镜像源 npm config set registry https://registry.npmmirror.com // 查询 npm config get registry
安装 windows powershell -c "irm http://bun.sh/install.ps1 | iex" 安装组件 npm bun install -g npm 配置npm镜像源 npm config set registry https://registry.npmmirror.com // 查询 npm config get registry