X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Frollup.config.ts;fp=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Frollup.config.ts;h=50653c74f296b972b7b017602ef77f427ccbe23a;hb=fcdc962c5bb68f641bbfd74281c8c3eafabc6bad;hp=ee04284f1674d1c578cffc1233d64489ee346d3f;hpb=be55f2ca8b4792c645c4aaee38f0e3471a1efcb2;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/rollup.config.ts b/examples/typescript/http-server-pool/fastify-cluster/rollup.config.ts index ee04284f..50653c74 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/rollup.config.ts +++ b/examples/typescript/http-server-pool/fastify-cluster/rollup.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ sourcemap: true } ], - external: ['fastify', 'node:path', 'node:url', 'poolifier'], + external: ['fastify', /node:*/, 'poolifier'], plugins: [ typescript(), del({