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
+1 -1
View File
@@ -13,7 +13,7 @@ https://github.com/btriapitsyn/openchamber
curl -fsSL https://raw.githubusercontent.com/btriapitsyn/openchamber/main/scripts/install.sh | bash
# Or install manually
npm add -g @openchamber/web # or pnpm, yarn, bun
bun add -g @openchamber/web # or npm, pnpm, yarn
```
## Usage
+1 -1
View File
@@ -12,7 +12,7 @@
"access": "public"
},
"scripts": {
"dev": "pnpm run build:watch",
"dev": "bun run build:watch",
"dev:server": "node server/index.js --port 3001",
"dev:server:watch": "nodemon --watch server --ext js --exec \"node server/index.js --port 3001\"",
"build": "vite build",