diff --git a/package.json b/package.json index 607a2fd..75eb220 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,11 @@ }, "devDependencies": { "@biomejs/biome": "^2.3.8" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "esbuild", + "sharp" + ] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index dbb26c8..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,3 +0,0 @@ -allowBuilds: - esbuild: true - sharp: true