From 4a1cf47215fc5d37b6b391fef8f90f3b99c3ab88 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 19 Oct 2022 10:39:19 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7ae1714..3b7828d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -4,7 +4,10 @@ "version": "0.1.0" }, "build": { - "devPath": "../dist" + "devPath": "../dist", + "distDir": "../dist", + "beforeBuildCommand": "", + "beforeDevCommand": "" }, "tauri": { "allowlist": {