chore(examples): example incorrect command (#1068)

This commit is contained in:
Han
2024-03-12 17:16:39 +08:00
committed by GitHub
parent c873e4d6c7
commit 69d45a06a6
+2 -2
View File
@@ -6,8 +6,8 @@
"build": {
"devUrl": "http://localhost:5173",
"frontendDist": "../dist",
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build"
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build"
},
"app": {
"withGlobalTauri": true,