From 4fcaa5662da5834448f384f4ffa90199cbee4b8b Mon Sep 17 00:00:00 2001 From: chenchun Date: Tue, 4 Aug 2026 05:52:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20pnpm-workspace.yaml?= =?UTF-8?q?=20=E5=8D=A0=E4=BD=8D=E6=96=87=E6=9C=AC=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-workspace.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b9a5d61..0a15aed 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,3 @@ allowBuilds: - '@parcel/watcher': set this to true or false - esbuild: set this to true or false + "@parcel/watcher": true + esbuild: true