We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7393cc commit 08369f8Copy full SHA for 08369f8
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