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

pull/1072/head
Han 1 year ago committed by GitHub
parent c873e4d6c7
commit 69d45a06a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save