diff --git a/apps/tauri/src-tauri/tauri.conf.json b/apps/tauri/src-tauri/tauri.conf.json index 797bb8642..eb9556b65 100644 --- a/apps/tauri/src-tauri/tauri.conf.json +++ b/apps/tauri/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "build": { "beforeBuildCommand": "yarn run build", "beforeDevCommand": "yarn dev", - "devPath": "http://localhost:4200", + "devUrl": "http://localhost:4200", "distDir": "../src/assets", "withGlobalTauri": false },