Skip to content

Commit

Permalink
chore(examples): example incorrect command (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawbc authored Mar 12, 2024
1 parent c873e4d commit 69d45a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/api/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 69d45a0

Please sign in to comment.