X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Frollup.config.ts;h=da5e1fdbfbc3969066516f090ef030d8a76c92ab;hb=0d7c9e86f609c6baf44fd9227398bf96cafe286e;hp=293d69fc289db45a0b282478ba44de0c3e21216c;hpb=c2515a41c44109efe5dfcb92db2fbc95dc5912ba;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/rollup.config.ts b/examples/typescript/http-server-pool/fastify-hybrid/rollup.config.ts index 293d69fc..da5e1fdb 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/rollup.config.ts +++ b/examples/typescript/http-server-pool/fastify-hybrid/rollup.config.ts @@ -23,7 +23,7 @@ export default defineConfig({ sourcemap: true } ], - external: ['fastify', 'fastify-plugin', 'node:path', 'node:url', 'poolifier'], + external: ['fastify', 'fastify-plugin', /^node:*/, 'poolifier'], plugins: [ typescript(), del({