From 2d36b8ee97665d1e63b65ecbc0dde3a27417da8c Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 15 Jun 2026 00:02:19 +0100 Subject: [PATCH] Add pnpm workspace configuration to allow specific builds --- pnpm-workspace.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pnpm-workspace.yaml diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..4c9a59d --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,9 @@ +allowBuilds: + electron: true + esbuild: true + sharp: true + keytar: true + workerd: true + core-js: true + electron-winstaller: true + '@tsparticles/engine': true \ No newline at end of file