Skip to content

Commit 2621d33

Browse files
authored
Merge pull request #184 from Open-VCS/Dev
Merge pull request #183 from Open-VCS/codex/github-mention-build-script-issue Follow-up: normalize Tauri before-command script paths
2 parents f0324be + 39c40c7 commit 2621d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Backend/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "OpenVCS",
44
"identifier": "dev.jordon.openvcs",
55
"build": {
6-
"beforeDevCommand": "node ../Backend/scripts/run-tauri-before-command.js dev",
6+
"beforeDevCommand": "node scripts/run-tauri-before-command.js dev",
77
"beforeBuildCommand": "node scripts/run-tauri-before-command.js build",
88
"devUrl": "http://localhost:1420",
99
"frontendDist": "../Frontend/dist"

0 commit comments

Comments
 (0)