From: Jérôme Benoit Date: Wed, 24 Jun 2026 00:00:01 +0000 (+0200) Subject: fix(build): externalize prom-client from bundle X-Git-Tag: cli@v4.10.0~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1b052e1a4219bbeb0beb3c5b11821795fe7fb006;p=e-mobility-charging-stations-simulator.git fix(build): externalize prom-client from bundle --- 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/*',