From: Jérôme Benoit Date: Sun, 30 Jul 2023 14:27:53 +0000 (+0200) Subject: build(simulator): silence rollup warning X-Git-Tag: v1.2.20~84 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8334d3299f3c0c62a4a819b4b696281f547d3b1c;p=e-mobility-charging-stations-simulator.git build(simulator): silence rollup warning Signed-off-by: Jérôme Benoit --- diff --git a/rollup.config.mjs b/rollup.config.mjs index e06f14d0..2c8d3556 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -56,6 +56,7 @@ export default { 'node:events', 'node:fs', 'node:http', + 'node:http2', 'node:path', 'node:perf_hooks', 'node:stream',