From f68ee06f250fcf62207cbdc00be0c149baf05940 Mon Sep 17 00:00:00 2001 From: liyuanhu Date: Mon, 14 Apr 2025 19:23:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E5=8E=BB=E6=8E=89=20build-proxy-cli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6b3acbf..f1d96e1 100644 --- a/justfile +++ b/justfile @@ -32,7 +32,7 @@ install-frontend-dep: pnpm i # 构建Paw-GUI,输出到 src-tauri/target/release/bundle 目录下 -build: build-proxy-cli build-system-service install-frontend-dep +build: build-system-service install-frontend-dep pnpm tauri build # 启动Paw-GUI开发模式