We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaa32d commit 09c745eCopy full SHA for 09c745e
src-tauri/tauri.conf.json
@@ -3,10 +3,8 @@
3
"version": "2025.12.0",
4
"identifier": "com.betaflight.app",
5
"build": {
6
- "beforeDevCommand": "yarn dev",
7
- "beforeDevCommandCwd": "..",
8
- "beforeBuildCommand": "yarn build",
9
- "beforeBuildCommandCwd": "..",
+ "beforeDevCommand": "cd .. && yarn dev",
+ "beforeBuildCommand": "cd .. && yarn build",
10
"devUrl": "http://localhost:8000",
11
"frontendDist": "../dist"
12
},
0 commit comments