We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0324be + 39c40c7 commit 2621d33Copy full SHA for 2621d33
1 file changed
Backend/tauri.conf.json
@@ -3,7 +3,7 @@
3
"productName": "OpenVCS",
4
"identifier": "dev.jordon.openvcs",
5
"build": {
6
- "beforeDevCommand": "node ../Backend/scripts/run-tauri-before-command.js dev",
+ "beforeDevCommand": "node scripts/run-tauri-before-command.js dev",
7
"beforeBuildCommand": "node scripts/run-tauri-before-command.js build",
8
"devUrl": "http://localhost:1420",
9
"frontendDist": "../Frontend/dist"
0 commit comments