Skip to content

Commit 36e5366

Browse files
committed
refactor(playground): switch bun to pnpm
1 parent eea095d commit 36e5366

File tree

6 files changed

+7482
-12
lines changed

6 files changed

+7482
-12
lines changed

playground/nuxt/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist = true

playground/nuxt/bun.lockb

-396 KB
Binary file not shown.

playground/nuxt/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
"dev": "nuxt dev",
77
"generate": "nuxt generate",
88
"preview": "nuxt preview",
9-
"postinstall": "./postinstall.sh"
9+
"postinstall": "nuxt prepare"
1010
},
1111
"dependencies": {
12-
"@vueuse/core": "^10.11.0",
13-
"vue": "catalog:"
12+
"@vueuse/core": "^10.11.0"
1413
},
1514
"devDependencies": {
1615
"@nuxt/devtools": "^1.3.9",

0 commit comments

Comments
 (0)