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

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