feat: switch project from pnpm to bun

This commit is contained in:
Bohdan Triapitsyn
2025-12-26 16:45:30 +02:00
parent ba0629f955
commit ff874cc33d
17 changed files with 3055 additions and 12096 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ The whole project was built entirely with AI coding agents under my supervision.
### VS Code Extension
Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=fedaykindev.openchamber) or search "OpenChamber" in Extensions.
Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=fedaykindev.openchamber) / [Open VSX Registry](https://open-vsx.org/extension/FedaykinDev/openchamber) or search "OpenChamber" in Extensions.
### CLI (Web Server)
@@ -82,7 +82,7 @@ Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?it
curl -fsSL https://raw.githubusercontent.com/btriapitsyn/openchamber/main/scripts/install.sh | bash
# Or install manually
pnpm add -g @openchamber/web # or npm, yarn, bun
bun add -g @openchamber/web # or npm, pnpm, yarn
```
```bash