We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08369f8 commit 7a47ca0Copy full SHA for 7a47ca0
1 file changed
forest-desktop/src-tauri/tauri.conf.json
@@ -4,7 +4,7 @@
4
"version": "0.4.5",
5
"identifier": "com.ettio.forest.desktop",
6
"build": {
7
- "beforeBuildCommand": "../scripts/build-cli.sh && bun run build",
+ "beforeBuildCommand": "scripts/build-cli.sh && bun run build",
8
"beforeDevCommand": "bun run dev",
9
"devUrl": "http://localhost:5173",
10
"frontendDist": "../dist"
0 commit comments