From 1b052e1a4219bbeb0beb3c5b11821795fe7fb006 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 24 Jun 2026 02:00:01 +0200 Subject: [PATCH] fix(build): externalize prom-client from bundle --- scripts/bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bundle.js b/scripts/bundle.js index 5cf07899..70af7e55 100644 --- a/scripts/bundle.js +++ b/scripts/bundle.js @@ -29,6 +29,7 @@ await build({ 'mongodb', 'node:*', 'poolifier', + 'prom-client', 'tar', 'winston', 'winston/*', -- 2.53.0