From 6a579699e79a3baf841f5f5112919aa06670ac66 Mon Sep 17 00:00:00 2001 From: jamesratcliffe101 Date: Wed, 27 May 2026 21:39:15 +0100 Subject: [PATCH] added .npmrc file to allow build from depencencies from sharp and unrs-resolver --- .npmrc | 2 ++ pnpm-workspace.yaml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .npmrc delete mode 100644 pnpm-workspace.yaml diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..6310ce7 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +allowed-build-from-dependencies[]=sharp +allowed-build-from-dependencies[]=unrs-resolver \ No newline at end of file diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 581a9d5..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,3 +0,0 @@ -ignoredBuiltDependencies: - - sharp - - unrs-resolver