diff --git a/apps/tauri/src-tauri/tauri.conf.json b/apps/tauri/src-tauri/tauri.conf.json index c39f21e..4c81524 100644 --- a/apps/tauri/src-tauri/tauri.conf.json +++ b/apps/tauri/src-tauri/tauri.conf.json @@ -5,9 +5,9 @@ "mainBinaryName": "tensamin", "identifier": "net.tensamin.client", "build": { - "beforeDevCommand": "cd ../web && bun run dev && cd -", + "beforeDevCommand": "cd ../web && bun run dev && cd ../tauri", "devUrl": "http://localhost:3000", - "beforeBuildCommand": "cd ../web && bun run build && cd -", + "beforeBuildCommand": "cd ../web && bun run build && cd ../tauri", "frontendDist": "../../web/dist" }, "app": {