From ab01a9540af165b8ffb89acdfc08eafe01fd1286 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 11 May 2026 15:18:23 +0200 Subject: [PATCH] fix: set allowBuilds placeholders to false --- pnpm-workspace.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 03562e3b..d1dd087f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,13 +5,13 @@ packages: - ./ui/web allowBuilds: - '@parcel/watcher': set this to true or false - better-sqlite3: true - bufferutil: set this to true or false - es5-ext: set this to true or false - esbuild: set this to true or false - msgpackr-extract: set this to true or false - utf-8-validate: set this to true or false + '@parcel/watcher': false + better-sqlite3: false + bufferutil: false + es5-ext: false + esbuild: false + msgpackr-extract: false + utf-8-validate: false overrides: bn.js@<5.2.3: '>=5.2.3' -- 2.43.0