X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Fsrc%2Fmain.ts;h=5610bc1d48bbadf0edee7b87b710d9feb5066d48;hb=73036251ff0e7ac2daa0b0031c77a3a429ba0e2d;hp=724836de7ef6fb5287e511a59d5cbe71cb360c22;hpb=4a6421b5261d2ebc33281682654361c5c4b2d069;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/src/main.ts b/examples/typescript/http-server-pool/fastify-worker_threads/src/main.ts index 724836de..5610bc1d 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/src/main.ts +++ b/examples/typescript/http-server-pool/fastify-worker_threads/src/main.ts @@ -1,7 +1,9 @@ import { dirname, extname, join } from 'node:path' -import { fileURLToPath } from 'node:url' import { exit } from 'node:process' +import { fileURLToPath } from 'node:url' + import Fastify from 'fastify' + import { fastifyPoolifier } from './fastify-poolifier.js' /**