From 26ac4da0adf3d4cd3747dc29eb33dcfd2bfe661c Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 11 Apr 2026 16:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=20UNI=5FINPUT=5FDIR=3D.=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20HBuilderX=20=E6=A0=B9=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sisyphus --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 970d35d..1cff09d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "dev:h5": "uni", - "build:h5": "uni build -p h5" + "build:h5": "UNI_INPUT_DIR=. uni build -p h5" }, "devDependencies": { "@dcloudio/types": "3.4.19",