Skip to content

Commit

Permalink
fix tauri build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Dec 21, 2023
1 parent 5343e22 commit c0148ed
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 @@ -6,8 +6,8 @@
"build": {
"distDir": "../dist",
"devPath": "http://localhost:5173",
"beforeDevCommand": "npm vite:dev",
"beforeBuildCommand": "npm vite:build"
"beforeDevCommand": "npm run vite:dev",
"beforeBuildCommand": "npm run vite:build"
},
"tauri": {
"macOSPrivateApi": true,
Expand Down

0 comments on commit c0148ed

Please sign in to comment.