From 3f6ea3a2f1c226bed5f71a5da6df42b575c2204a Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Fri, 27 Oct 2023 15:11:20 +0200 Subject: [PATCH] Changed localhost to 127.0.0.1 --- toos-dashboard/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toos-dashboard/src-tauri/tauri.conf.json b/toos-dashboard/src-tauri/tauri.conf.json index eedbee1..a3798a6 100644 --- a/toos-dashboard/src-tauri/tauri.conf.json +++ b/toos-dashboard/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", - "devPath": "http://localhost:1420", + "devPath": "http://127.0.0.1:1420", "distDir": "../dist", "withGlobalTauri": false },