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.
cd ..
1 parent 09c745e commit 1e47ddeCopy full SHA for 1e47dde
src-tauri/tauri.conf.json
@@ -3,8 +3,8 @@
3
"version": "2025.12.0",
4
"identifier": "com.betaflight.app",
5
"build": {
6
- "beforeDevCommand": "cd .. && yarn dev",
7
- "beforeBuildCommand": "cd .. && yarn build",
+ "beforeDevCommand": "yarn dev",
+ "beforeBuildCommand": "yarn build",
8
"devUrl": "http://localhost:8000",
9
"frontendDist": "../dist"
10
},
0 commit comments