X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Frollup.config.ts;h=5e0a32d4d5929abcba7148da4c01916f21b70182;hb=9c91c2d9c227e7a0429bb5e1283111ba8a707994;hp=5715e2801444e719ed8265559bb4164dc4183fee;hpb=e4ec185fd36509bf89c8821c9ad9a5d6982503e8;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 5715e280..5e0a32d4 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/rollup.config.ts +++ b/examples/typescript/http-server-pool/fastify-cluster/rollup.config.ts @@ -1,6 +1,6 @@ import typescript from '@rollup/plugin-typescript' -import del from 'rollup-plugin-delete' import { defineConfig } from 'rollup' +import del from 'rollup-plugin-delete' export default defineConfig({ input: ['./src/main.ts', './src/worker.ts'],