From: Jérôme Benoit Date: Mon, 11 May 2026 13:18:23 +0000 (+0200) Subject: fix: set allowBuilds placeholders to false X-Git-Tag: cli@v4.7.3~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ab01a9540af165b8ffb89acdfc08eafe01fd1286;p=e-mobility-charging-stations-simulator.git fix: set allowBuilds placeholders to false --- 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'