Skip to content

Commit

Permalink
build: update bun to npm in tauri.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 7, 2024
1 parent 21d4181 commit 7d77c93
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 @@ -3,9 +3,9 @@
"version": "0.0.0",
"identifier": "com.tauri.dev",
"build": {
"beforeDevCommand": "bun run dev",
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "bun run build",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
Expand Down

0 comments on commit 7d77c93

Please sign in to comment.