X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fsrc%2Ftypes.ts;h=137f4a98e22aa076085ae405455f1c4b28f82327;hb=8bc42206b3683f6bb7fc707b45b391e8e9ad10c5;hp=2ef0d1ce8813d189a7c63e6b0e5f1f40cef3e212;hpb=548bc9e92c9a1de128bdf9446f85e2ff5125afd6;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/src/types.ts b/examples/typescript/http-server-pool/fastify-hybrid/src/types.ts index 2ef0d1ce..137f4a98 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/src/types.ts +++ b/examples/typescript/http-server-pool/fastify-hybrid/src/types.ts @@ -1,4 +1,4 @@ -import type { Worker } from 'worker_threads' +import type { Worker } from 'node:worker_threads' import type { PoolOptions } from 'poolifier' export interface ClusterWorkerData extends FastifyPoolifierOptions {