X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=ccdd21e525f9c925739fc1b3ba64c919339b0ff0;hb=c2515a41c44109efe5dfcb92db2fbc95dc5912ba;hp=eef7b3d1823512e143a03cf1ca07e1e32562aa0f;hpb=3445d1c436455f777973d6f63b615169f1881461;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index eef7b3d1..ccdd21e5 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -10,7 +10,7 @@ "pnpm": "8.10.0" }, "scripts": { - "build": "rollup --config", + "build": "rollup --config --configPlugin typescript", "start": "node dist/main.cjs", "start:esm": "node dist/main.js", "test": "echo \"Error: no test specified\" && exit 1",