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": { "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,

Loading…
Cancel
Save