Skip to content

Commit

Permalink
fix/bun build
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly authored and zty012 committed Dec 28, 2024
1 parent a417bc7 commit 41a1f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"beforeDevCommand": "pnpm dev || bun run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build || bun build src/index.html --outdir dist",
"beforeBuildCommand": "pnpm build || bun run build",
"frontendDist": "../dist"
},
"app": {
Expand Down

0 comments on commit 41a1f3f

Please sign in to comment.