From 21dbc45a2e07eecc4c31764ba1c43e7b25543d01 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 16 Jan 2026 20:34:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E5=90=AF=E5=8A=A8=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BB=85=E4=BF=9D=E7=95=99=E6=9E=84=E5=BB=BA=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除开发环境的启动命令和地址配置,仅保留构建前命令和前端构建目录设置。 --- tauri.conf.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tauri.conf.json b/tauri.conf.json index 3cb8041..03c893b 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -4,8 +4,6 @@ "version": "0.1.0", "identifier": "com.imbytecat.tauri-demo", "build": { - "beforeDevCommand": "bun run dev", - "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" },