We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2d0cd commit 1ec756dCopy full SHA for 1ec756d
package.json
@@ -2,6 +2,10 @@
2
"name": "@vue-hooks-plus/monorepo",
3
"version": "1.0.0",
4
"private": true,
5
+ "packageManager": "pnpm@9.6.0",
6
+ "engines": {
7
+ "pnpm": ">=7 <10"
8
+ },
9
"scripts": {
10
"bootstrap": "tsx scripts/bootstrap.ts",
11
"build:vitepress-demo-block": "cd packages/vitepress/vitepress-demo-block && pnpm build",
0 commit comments