Skip to content

Commit

Permalink
conf: modify conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymie9019 committed May 3, 2023
1 parent 30685b0 commit 20da0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": true
Expand Down

0 comments on commit 20da0df

Please sign in to comment.