Skip to content

Commit 547cf49

Browse files
fix(tauri): correct frontendDist and beforeBuildCommand paths
1 parent 905d78e commit 547cf49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/tauri-app/tauri.conf.json

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

0 commit comments

Comments
 (0)