From 02ce6e8d5c9c2036d96ec4be422054dc3e0bcc85 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 20 Jun 2022 06:28:56 +0200 Subject: [PATCH] fix: Change devPath to local files --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1330eee..68248c6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -3,7 +3,7 @@ "build": { "beforeBuildCommand": "", "beforeDevCommand": "", - "devPath": "http://localhost:8000", + "devPath": "../dist", "distDir": "../dist", "withGlobalTauri": true },