Skip to content

Commit 41cdbdc

Browse files
committed
Fix: Switch from bun to npm for CI compatibility & Restore config
1 parent a59fe4a commit 41cdbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "0.1.0",
55
"identifier": "com.trauso.app",
66
"build": {
7-
"beforeDevCommand": "bun run dev",
7+
"beforeDevCommand": "npm run dev",
88
"devUrl": "http://localhost:5173",
9-
"beforeBuildCommand": "bun run build",
9+
"beforeBuildCommand": "npm run build",
1010
"frontendDist": "../dist"
1111
},
1212
"app": {

0 commit comments

Comments
 (0)