We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59fe4a commit 41cdbdcCopy full SHA for 41cdbdc
src-tauri/tauri.conf.json
@@ -4,9 +4,9 @@
4
"version": "0.1.0",
5
"identifier": "com.trauso.app",
6
"build": {
7
- "beforeDevCommand": "bun run dev",
+ "beforeDevCommand": "npm run dev",
8
"devUrl": "http://localhost:5173",
9
- "beforeBuildCommand": "bun run build",
+ "beforeBuildCommand": "npm run build",
10
"frontendDist": "../dist"
11
},
12
"app": {
0 commit comments