bun -> pnpm

This commit is contained in:
user
2026-02-28 15:50:30 +02:00
parent 9328f79c92
commit 57fbb4ab00
11 changed files with 5608 additions and 1601 deletions

View File

@@ -5,11 +5,7 @@
"engines": {
"node": ">=24"
},
"packageManager": "bun@1.3.5",
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "pnpm@10.30.3",
"scripts": {
"build": "turbo build",
"dev": "turbo dev --concurrency=8",