From aca24f734fc3249e84420dcad573d06ce166d07d Mon Sep 17 00:00:00 2001 From: luo Date: Fri, 3 Jul 2026 09:47:51 +0800 Subject: [PATCH] fix: bug --- pnpm-workspace.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c3defbf..96076a0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,9 +1,9 @@ allowBuilds: - '@swc/core': set this to true or false - '@uni-helper/unocss-preset-uni': set this to true or false - core-js: set this to true or false - esbuild: set this to true or false - less: set this to true or false - protobufjs: set this to true or false - simple-git-hooks: set this to true or false - vue-demi: set this to true or false + '@swc/core': true + '@uni-helper/unocss-preset-uni': true + core-js: true + esbuild: true + less: true + protobufjs: true + simple-git-hooks: true + vue-demi: true