From 8188a6ffc7710edc6e5db2d621090d3772606fb7 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 6 Jan 2025 19:31:42 +0100 Subject: [PATCH] refactor: :fire: Remove sharp from api worker output --- build.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.ts b/build.ts index af7603bb..b1dfc9b0 100644 --- a/build.ts +++ b/build.ts @@ -45,11 +45,6 @@ await $`cp -r drizzle dist/drizzle`; // Copy plugin manifests await $`cp plugins/openid/manifest.json dist/plugins/openid/manifest.json`; -// Copy Sharp to dist -await $`mkdir -p dist/node_modules/@img`; -await $`cp -r node_modules/@img/sharp-libvips-linuxmusl-* dist/node_modules/@img`; -await $`cp -r node_modules/@img/sharp-linuxmusl-* dist/node_modules/@img`; - // Copy unzipit and uzip-module to dist await $`cp -r node_modules/unzipit dist/node_modules/unzipit`; await $`cp -r node_modules/uzip-module dist/node_modules/uzip-module`;