File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,14 @@ Deploy your Rsbuild applications to Zephyr Cloud with lightning-fast Rust-based
2727
2828Install the Rsbuild plugin in your project:
2929
30- <PackageManagerTabs command = " add --dev zephyr-rsbuild-plugin" />
30+ <PackageManagerTabs
31+ command = { {
32+ npm: ' npm install --save-dev zephyr-rsbuild-plugin' ,
33+ yarn: ' yarn add --dev zephyr-rsbuild-plugin' ,
34+ pnpm: ' pnpm add -D zephyr-rsbuild-plugin' ,
35+ bun: ' bun add --dev zephyr-rsbuild-plugin' ,
36+ }}
37+ />
3138
3239## Quick Start
3340
Original file line number Diff line number Diff line change @@ -27,7 +27,14 @@ Deploy your JavaScript/TypeScript libraries to Zephyr Cloud using Rslib. Built o
2727
2828Install the Rsbuild plugin in your Rslib project:
2929
30- <PackageManagerTabs command = " add --dev zephyr-rsbuild-plugin" />
30+ <PackageManagerTabs
31+ command = { {
32+ npm: ' npm install --save-dev zephyr-rsbuild-plugin' ,
33+ yarn: ' yarn add --dev zephyr-rsbuild-plugin' ,
34+ pnpm: ' pnpm add -D zephyr-rsbuild-plugin' ,
35+ bun: ' bun add --dev zephyr-rsbuild-plugin' ,
36+ }}
37+ />
3138
3239## Configuration
3340
You can’t perform that action at this time.
0 commit comments