Got a working pnpm/bun setup

This commit is contained in:
2026-05-03 22:18:26 -04:00
parent e89097619b
commit 52cd3cf299
7 changed files with 275 additions and 6074 deletions

View File

@@ -4,13 +4,15 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun turbo dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.33.2",
"devDependencies": {
"bun": "^1.3.13",
"turbo": "^2.9.7"
}
}