Got a working pnpm/bun setup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user