From 3ef35db52b1cbe27c9eb3df3b1819de6be027f0d Mon Sep 17 00:00:00 2001 From: RomeoCavazza Date: Thu, 25 Jun 2026 17:54:28 +0200 Subject: [PATCH] chore(desktop): split dev and production web origins --- client-desktop/src-tauri/tauri.conf.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client-desktop/src-tauri/tauri.conf.json b/client-desktop/src-tauri/tauri.conf.json index 6fa1354..353d61a 100644 --- a/client-desktop/src-tauri/tauri.conf.json +++ b/client-desktop/src-tauri/tauri.conf.json @@ -6,7 +6,7 @@ "build": { "beforeDevCommand": "node scripts/start-web-dev.mjs", "devUrl": "http://localhost:4242", - "frontendDist": "http://localhost:4242" + "frontendDist": "http://localhost:8081" }, "app": { "withGlobalTauri": true, @@ -14,7 +14,6 @@ { "label": "main", "title": "OpsWarden", - "url": "http://localhost:4242", "width": 1280, "height": 800, "resizable": true