diff --git a/client-app/src-tauri/tauri.conf.json b/client-app/src-tauri/tauri.conf.json index f29ae22d0a..a7ce7f3a6c 100644 --- a/client-app/src-tauri/tauri.conf.json +++ b/client-app/src-tauri/tauri.conf.json @@ -1,8 +1,8 @@ { "build": { - "beforeDevCommand": "pnpm dev:web", + "beforeDevCommand": "", "beforeBuildCommand": "pnpm build:web", - "devPath": "http://localhost:1420", + "devPath": "http://localhost:8080", "distDir": "../dist", "withGlobalTauri": false },