Skip to content

Commit

Permalink
Fix command in config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Aug 4, 2023
1 parent ef39f01 commit 372c7fa
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
Expand Up @@ -2,8 +2,8 @@
"build": {
"distDir": "../dist",
"devPath": "http://localhost:5173",
"beforeDevCommand": "pnpm dev:vite",
"beforeBuildCommand": "pnpm build:vite"
"beforeDevCommand": "pnpm dev:front",
"beforeBuildCommand": "pnpm build:front"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 372c7fa

Please sign in to comment.