X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Fpackage.json;h=386b38f4bccff09f7fb3d98fb8ff6d89379987c9;hb=549b366ab45127a0e6130403e6b62c80a3cbd36b;hp=2e071a1cebc357d8feec8d2d4de1073e02b3b6a0;hpb=10fdf6b15d99197b3e9a783dcc697f1acaf02cd2;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 2e071a1c..386b38f4 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -7,12 +7,12 @@ "type": "module", "volta": { "node": "20.9.0", - "pnpm": "8.10.0" + "pnpm": "8.10.2" }, "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", - "start": "node dist/main.js", + "start": "node --enable-source-maps dist/main.js", "test": "echo \"Error: no test specified\" && exit 1", "benchmark:echo": "autocannon -c 100 -d 30 -p 10 -m POST -H Content-Type=application/json -b '{\"key1\":\"value1\", \"key2\":\"value2\"}' http://localhost:8080/api/echo", "benchmark:factorial": "autocannon -c 100 -d 30 -p 10 http://localhost:8080/api/factorial/30"